Closed
Bug 93355
Opened 24 years ago
Closed 24 years ago
nspr client branch doesn't link on osx built with gcc
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
4.0.2
People
(Reporter: mikepinkerton, Assigned: wtc)
References
Details
Attachments
(1 file)
Build the nspr client branch on osx and you get the following link error:
cc nsinstall.o -o nsinstall
/usr/bin/ld: Undefined symbols:
_lchown
Assignee | ||
Comment 1•24 years ago
|
||
What changed was that the MacOSX kernel is now called "darwin".
It was called "rhapsody" before.
I will attach a patch for mozilla/nsprpub/configure.in. Apply
that patch and run 'autoconf' in mozilla/nsprpub to re-generate
mozilla/nsprpub/configure.
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
i already have this patch applied as part of 75653
Reporter | ||
Comment 4•24 years ago
|
||
after running autoconf from the toplevel mozilla folder, i could build nsprpub.
can you check this patch in to the client branch and the tip?
Assignee | ||
Comment 5•24 years ago
|
||
Do I need an approval? (The tree is green now.)
Reporter | ||
Comment 6•24 years ago
|
||
r=pink
Assignee | ||
Comment 7•24 years ago
|
||
I checked in the patch on the NSPRPUB_CLIENT_BRANCH.
The tip of NSPR doesn't need this patch.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → 4.0.2
You need to log in
before you can comment on or make changes to this bug.
Description
•