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 #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


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