This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/29817] New: --enable-threads=posix not working under AIX
- From: "brandon at homeisp dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Nov 2006 15:40:33 -0000
- Subject: [Bug c++/29817] New: --enable-threads=posix not working under AIX
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Hello,
I configured gcc 4.1.1 under AIX 5.3 with the following:
../gcc-4.1.1/configure --enable-threads=posix --enable-tls
--enable-gather-detailed-mem-stats --enable-languages=c,c++
when I do a "gcc -v" it says this:
Thread model: aix
I believe it should say "posix".
I am compiling with a gcc-4.1.1 binary that someone else had built. The reason
I am not using his binary is because I need a posix threading model. Am I
doing something wrong?
--
Summary: --enable-threads=posix not working under AIX
Product: gcc
Version: 4.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: brandon at homeisp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29817