/lib/pthread.so.2 is sought during some port compilation
- From: Yuri <yuri@xxxxxxxxx>
- Date: Wed, 28 Nov 2007 16:25:55 -0800
I tried to compile firefox-2.0.0.10 on 7.0-BETA3.
And one linking command failed seeking for malloc_lock symbol required by
/lib/pthread.so.2. Obviously it tried to link obsolete /lib/pthread.so.2 with
the new /lib/libc.so.7.
By reading /usr/src/UPDATING I learn that the default threading library has been
replaced by /lib/libthr.so.
Why would linker seek for libpthread.so instead of libthr.so?
Yuri
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: /lib/pthread.so.2 is sought during some port compilation
- From: Kris Kennaway
- Re: /lib/pthread.so.2 is sought during some port compilation
- Prev by Date: Re: double panic, and whats apic_cmd? (kqemu crash...)
- Next by Date: Re: /lib/pthread.so.2 is sought during some port compilation
- Previous by thread: Re: idea bouncing: using cvs as a replacement for mergemaster
- Next by thread: Re: /lib/pthread.so.2 is sought during some port compilation
- Index(es):
Relevant Pages
|