tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: FireFox 10.0.1 pkg for testing
On Wed, Mar 07, 2012 at 09:30:13PM +0100, John Marino wrote:
>
> There are hundreds of undefined references in crmfreq.c prefixed
> with "PORT_" such as "PORT_FreeArena_Util".
This is the dragonfly linker not following NEEDED entries in nss I think.
You probably need to add all relevant libs to the command line:
Dynamic Section:
NEEDED libplc4.so
NEEDED libplds4.so
NEEDED libnspr4.so
NEEDED libnssutil3.so
NEEDED libpthread.so.0
NEEDED libc.so.7
SONAME libnss3.so
RPATH
/usr/lib/gcc44:/usr/lib:/usr/pkg/lib/nspr:/usr/pkg/lib/nss:/usr/pkg/lib/
Martin
Home |
Main Index |
Thread Index |
Old Index