Closed
Bug 430274
Opened 17 years ago
Closed 17 years ago
xpidl should be statically linked
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mossop, Unassigned)
References
Details
Since xpidl is shipped with the sdk it should be statically linked to avoid depending on specific versions of libraries being available on the users machine.
Currently the mac version for instance relies on libintl.3.dylib being present since that is what is there on the mac reference platform. However it appears to be impossible to compile this version on leopard. It is possible to symlink to victory but it'd be better to just avoid this.
Reporter | ||
Comment 1•17 years ago
|
||
Apparently this isn't possible since the appropriate versions of all the libraries aren't available generally :(
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Comment 3•16 years ago
|
||
I've added documentation providing workarounds for this bug on MDC:
http://developer.mozilla.org/en/docs/Gecko_SDK#Issues_with_the_OS_X_SDK
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•