Closed
Bug 478103
Opened 16 years ago
Closed 16 years ago
Fix dehydra configure to pick-up libmozjs.so
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: humph, Assigned: taras.mozilla)
References
()
Details
Building dehydra following the instructions on MDC fails with
cc -o gcc_dehydra.so dehydra_plugin.o dehydra_builtins.o dehydra_ast.o dehydra.o util.o dehydra_types.o -lm -L/home/dave/dxr/tools/SpiderMonkey/lib -Wl,-rpath,/home/dave/dxr/tools/SpiderMonkey/lib,-ljs -shared
/usr/bin/ld: cannot find -ljs
collect2: ld returned 1 exit status
make: *** [gcc_dehydra.so] Error 1
Re-configuring with --js-name=mozjs fixes the issue.
Assignee | ||
Comment 1•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•