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 bootstrap/13330] Bootstrap failure while linking libstdc++.so: undefined reference to phtread symbols


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-06 06:00 -------
Tomorrow can you try without setting CXXFLAGS?
The CXXFLAGS (-O3 -fomit-frame-pointer -march=athlon-tbird -DNDEBUG -DG_DISABLE_ASSERT 
-DG_DISABLE_CHECKS -pipe -fno-enforce-eh-specs -D_GNU_SOURCE), you use might be causing 
this (I think it is either -fno-enforce-eh-specs, -O3 (if it is -O3 then that is a bug), or 
-D_GNU_SOURCE.
Minor as you are using non-standard CXXFLAGS while bootstrapping.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |build, wrong-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13330


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