Closed
Bug 1421
Opened 26 years ago
Closed 26 years ago
autoconf generated configure doesn't get the shared library rules right for NetBSD
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: frank, Assigned: briano)
References
()
Details
configure.in does not contain the right shared library rules for NetBSD. I have
added them. It has been tested on NetBSD/i386, and should work on the other
NetBSD platforms.
Furthermore, I removed the "gcc can come with its own linker, so let it handle
shared lib creation" line, because it's wrong most of the time: gcc can have an
arbitrary linker as its backend, that may not support -h, for example.
The NetBSD changes rely on the 2nd patch being applied.
Updated•26 years ago
|
Assignee: bogus → briano
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
I compromised and left the existing stuff alone, and hard-coded
the NetBSD-specific stuff you needed. I think I got it right....
Let me know if I screwed up. Checked into revision 1.90.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
marking verified
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•