Closed
Bug 458
Opened 27 years ago
Closed 26 years ago
Netscape doesn't link: undefined reference to `_Xlcmbcurmax'
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: wegmann, Assigned: mcafee)
Details
Created by Raphael Wegmann (wegmann@psi.co.at) on Monday, June 22, 1998 8:08:15 AM PDT
Additional Details :
ResConvert.o and Text.o has undefined references to
`_Xlcmbcurmax'. This is because Xinsides Motif 2.0 needs
libXintl for _Xlcmbcurmax. I fixed it in cmd/xfe/Makefile in
line 1035:
XTOOLLIB = -L/usr/X11R6/lib -lXt -lSM -lICE -lXintl
This problem should at least be documented somewhere.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Component: Platform: Rhapsody → XFE
Resolution: --- → WONTFIX
Assignee | ||
Comment 1•26 years ago
|
||
Mozilla needs to link with Motif 1.2. You can do a lot of
work to get this linked, and then it won't work.
Going to 2.0 means re-writing a lot of the UI.
Old bug..check out the lastest at www.mozilla.org!
Marking bug Verified/Won't Fix.
You need to log in
before you can comment on or make changes to this bug.
Description
•