Closed
Bug 85486
Opened 24 years ago
Closed 24 years ago
support for linux JAWT Native Interface within the Makefile
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bsatterf, Assigned: ashuk)
Details
as per our email conversations...here's the bug that captures the webclient
compile failing due to the lack of support in the makefile for finding
libjawt.so on linux.
Tried the patch you forwarded and it works fine.
Brian
| Assignee | ||
Comment 1•24 years ago
|
||
This is for Webclient only.
Patch is posted here
-------------------------
Index: Makefile.in
===================================================================
RCS file: /cvsroot/mozilla/java/webclient/src_moz/Makefile.in,v
retrieving revision 1.23
diff -r1.23 Makefile.in
105c105
< EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -lwc_share -lembed_base_s -
L$(JDKHOME)/jre/lib/sparc -ljawt -L/usr/X11R6/lib -lXt
---
> EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -lwc_share -lembed_base_s -
L$(JDKHOME)/jre/lib/sparc -L$(JDKHOME)/jre/lib/i386 -ljawt -L/usr/X11R6/lib -lXt
109c109
< EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -lwc_share -lembed_base_s -
L$(JDKHOME)/jre/lib/sparc -ljawt -L/usr/X11R6/lib -lXt
---
> EXTRA_DSO_LDOPTS += -lgtkxtbin -lgtksuperwin -lwc_share -lembed_base_s -
L$(JDKHOME)/jre/lib/sparc -L$(JDKHOME)/jre/lib/i386 -ljawt -L/usr/X11R6/lib -
lXt
----------------------
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•24 years ago
|
||
fix checked in. Brian, pls confirm using a freshly checkout version of the
src_moz/Makefile.in file. closing bug.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•24 years ago
|
||
freshly checked out and verified.
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•