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 other/26966] linking of C++ app fail on OpenBSD 3.9 due POSIX threading unresolved symbols



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-04-02 22:02 -------
I had messed up my own testcase, this is what I get for writting the testcase
in bugzilla and then trying it out.  Anyways "abort (0);" should have been
"abort ();".

Now if this works, then we have a problem in libstdc++ check to enable weakref
for some reason.

The testcase should not work at all in GCC before 4.1.0 because of the use of
weakref.


-- 


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


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