[Bug other/26966] linking of C++ app fail on OpenBSD 3.9 due POSIX threading unresolved symbols

kgardas at objectsecurity dot com gcc-bugzilla@gcc.gnu.org
Mon Apr 3 07:08:00 GMT 2006



------- Comment #10 from kgardas at objectsecurity dot com  2006-04-03 07:08 -------
Subject: Re:  linking of C++ app fail on OpenBSD 3.9 due
 POSIX threading unresolved symbols

Small addition to previous post. Although .weakref is not supported, .weak 
is:

$ cat /tmp/weak-conftest.s
       .weak foobar
$ as /tmp/weak-conftest.s


-- 


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



More information about the Gcc-bugs mailing list