Closed
Bug 467
Opened 27 years ago
Closed 26 years ago
Undefined references in $CODEROOT/nsprpub/pr/src/linking/prlink.c
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: chaos_mage, Assigned: scullin)
Details
Created by Sean Chitwood (chaos_mage@bigfoot.com) on Tuesday, June 30, 1998 10:59:44 PM PDT
Additional Details :
I get the following errors while trying to make RegFactory
in the xpcom/tests directory
../../dist/Linux2.0.30_ppc_DBG.OBJ/lib/
libnspr21.a(prlink.o): In function `DLLErrorInternal':
/code/mozilla/nsprpub/pr/src/linking/prlink.c:103: undefined
reference to `dlerror'
../../dist/Linux2.0.30_ppc_DBG.OBJ/lib/
libnspr21.a(prlink.o): In function `_PR_InitLinker':
/code/mozilla/nsprpub/pr/src/linking/prlink.c:151: undefined
reference to `dlopen'
../../dist/Linux2.0.30_ppc_DBG.OBJ/lib/
libnspr21.a(prlink.o): In function `PR_LoadLibrary':
/code/mozilla/nsprpub/pr/src/linking/prlink.c:634: undefined
reference to `dlopen'
../../dist/Linux2.0.30_ppc_DBG.OBJ/lib/
libnspr21.a(prlink.o): In function `PR_UnloadLibrary':
/code/mozilla/nsprpub/pr/src/linking/prlink.c:711: undefined
reference to `dlclose'
../../dist/Linux2.0.30_ppc_DBG.OBJ/lib/
libnspr21.a(prlink.o): In function `pr_FindSymbolInLib':
/code/mozilla/nsprpub/pr/src/linking/prlink.c:822: undefined
reference to `dlsym'
Updated•27 years ago
|
Hardware: Macintosh → Other
Comment 1•27 years ago
|
||
Not a Mac bug so changing Platform to Other
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I believe -ldl has been added the OS_LIBS variable for Linux, that should fix
this problem.
Updated•26 years ago
|
QA Contact: 4079
Comment 3•26 years ago
|
||
Sujay -- please get with xheads and verify -- thanks
Moving bug fomr XP-COM to XPCOM. Cleaning up Bugzilla. XP-COM will be removed.
I can't verify this one. Scullin, can you mark this one VERIFIED if its
working for you now? thanks!
akkana or slamm can either of you help me verify this one? appreciate it..
marking verified....I tried getting developer help to regress this one..
You need to log in
before you can comment on or make changes to this bug.
Description
•