compiling gcc 4.1/4.2 snapshots on Mac/OSX

Andreas Tobler toa@pop.agri.ch
Fri Feb 24 04:59:00 GMT 2006


> My configure command, run in gcc-4.1/obj:
> 
> ../gcc-4.1.0-20060219/configure \
>       --prefix=/Users/heitzso/gcc-4.1/gcc \
>       --enable-languages=c,c++,java \
>       


Not needed. --enable-threads=posix

But. what machine do you have? If not a G5, you need --disable-multilib.

And use absolute config paths like /path/to/gcc/sourec/configure and not 
../configure ...

Andreas



More information about the Java mailing list