This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Thread model: single? (was: make bootstrap endless loop on AIX)
- From: Christoph Bugel <chris at tti-telecom dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Tue, 4 Dec 2001 14:00:52 +0200
- Subject: Thread model: single? (was: make bootstrap endless loop on AIX)
- References: <20011203000147.A18137@pingu.tti>
On Mon 2001-12-03, Christoph Bugel wrote:
> I am trying to bootstrap gcc-3.0.2 on an IBM AIX machine.
> 'make bootstrap' creates the compiler just fine, but then,
> when it starts to configure the libstdc++, it gets into an
> infinite loop: it starts checking the same things over and
> over again, and never stops.
Well, it really did loop, but I can't know for sure if it
would have done so forever. I changed some configure flags,
and let it compile overnight, and it actually finished.
So now I have a g++ that will compile hello world just fine
on AIX. (statically linked, though). Now I need to find out
why it says "Thread model: single". How can I change this to
"posix"?
Here is what I have so far:
$ gcc -v
Reading specs from /users/chris/install-test4/lib/gcc-lib/powerpc-ibm-aix4.3.3.0/3.0.2/specs
Configured with: ../gcc-3.0.2/configure --prefix=/users/chris/install-test4 --enable-threads=posix --enable-languages=c++ --disable-aix64 --disable-multilib --with-gnu-as --with-as=/users/yoavs/gnu/bin/as --with-gcc
Thread model: single
gcc version 3.0.2