Can't build 3.3.5 without getting java?
Dave Korn
dave.korn@artimi.com
Wed May 4 16:38:00 GMT 2005
----Original Message----
>From: Hugh Sasse
>Sent: 04 May 2005 15:45
> # LANGOPT="--enable-languages=c,c++,f77,java,objc"
> LANGOPT="--enable-languages=c,c++,f77"
>
> cd $BUILD_DIR
> /bin/rm -rf ./*
> ${GCC_SOURCE_DIR}/configure $ASOPT $LDOPT $LANGOPTS --disable-nls \
> --with-local-prefix=/tmp/gcc-local --without-libjava --without-gcj
> && \
> # gmake --jobs=5 bootstrap-lean && \
> gmake bootstrap-lean && \
> gmake check
>
> </quote>
> Why isn't --enable-languages=c,c++,f77 sufficient to stop this?
Because you assigned that to $LANGOPT (no trailing 'S'), but the configure
command line has it spelt as $LANGOPTS (note trailing 'S'!), so it didn't
_actually_ get passed to the configure command?
cheers,
DaveK
--
Can't think of a witty .sigline today....
More information about the Gcc
mailing list