This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Thread model: single? (was: make bootstrap endless loop on AIX)


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


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