This is the mail archive of the gcc-bugs@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]

[Bug c++/29817] New: --enable-threads=posix not working under AIX


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


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