This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling gcc 4.1/4.2 snapshots on Mac/OSX



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]