Closed
Bug 61463
Opened 24 years ago
Closed 24 years ago
can't link on OpenVMS any more
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: colin, Assigned: colin)
Details
Attachments
(1 file)
419 bytes,
patch
|
Details | Diff | Splinter Review |
OpenVMS builds on the trunk are busted. Static libs are not getting included
when linking any more.
The real problem is that SHARED_LIBRARY_LIBS is not getting defined in
EXTRA_DSO_LDOPTS any more (and it always used to). This is due to a recent
change to config/rules.mk by cls (rev 3.254).
I am testing the fix now and will post the diffs once it checks out.
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Comment 2•24 years ago
|
||
Chris, looking for an r,a=cls. Thanks, Colin.
Status: NEW → ASSIGNED
So OpenVMS' linker links all of the symbols of a static library into a shared
lib or binary by default? If that's not the case, then you may want to try
jdunn's fix for HPUX from bug 61368. If that is the case, then r=cls.
Assignee | ||
Comment 4•24 years ago
|
||
Well, no, not exactly. I use vmsld for linking, and this isn't the standard
linker. It takes care of some the Mozilla "funnies", and pulling in all the
symbols from static libraries is one of them.
Assignee | ||
Comment 5•24 years ago
|
||
Checked in to trunk. cvs revision 1.739.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•