This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling gcc 4.1/4.2 snapshots on Mac/OSX
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: Heitzso <heitzso at growthmodels dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 24 Feb 2006 05:59:10 +0100
- Subject: Re: compiling gcc 4.1/4.2 snapshots on Mac/OSX
- References: <43FE6848.2080705@growthmodels.com>
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