This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


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

Re: libpthread linkage


On Dec 30, 2000, Bryce McKinlay <bryce@albatross.co.nz> wrote:

> Bryce McKinlay wrote:
>> Why is this? How can we make sure that the GC's threads code picks up
>> the correct semaphore functions?

> Actually, this seems to do the trick:

This would link the thread library before object files that use it.
Should it be a static library, it wouldn't work (unless the library
was linked in again afterwards; is that the case?).  I'd think it's
enough to have the thread library linked in by means of the gc
library's LIBADD automake directive.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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