Closed
Bug 1316
Opened 26 years ago
Closed 26 years ago
Build problems on solaris with egcs1.1
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M3
People
(Reporter: tony, Assigned: mike+mozilla)
Details
I have tried building the new version and found that
several small modifications of the build process were needed
to get to the end with solaris and egcs.
1) I I built nspr
2) Autoconf build of rest of project
3) JS libraries fail to build giving error message that
SOLARIS is undefined:
solution: add -DSOLARIS in autoconf.mk
4) fails to link: kernel_standard not found
solution: modify /mozilla/foo/js/src/fdlibm/Makefile
to add
k_standard.c \
s_rint.c \
s_matherr.c
to $(CSRCS)
5) xpviewer fails to compile: -Woff unkown
this is a SGI c compiler option: remove from xpviewer/src/Makefile
Updated•26 years ago
|
Assignee: scullin → briano
Comment 1•26 years ago
|
||
Scullin no longer works here, assigning to briano for lack of anyone better.
Please re-assign if you are not the right person. Gracias.
Updated•26 years ago
|
Assignee: briano → mccabe
Comment 2•26 years ago
|
||
Reassigning to mccabe, and cc'ing jevering.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•26 years ago
|
||
egcs per se doesn't seem to be the problem. I did a solaris build with egcs1.1
of the standalone js engine and shell, and everything went smoothly. The
problem is more likely some problem with the autoconf build system and defines
in the JS sources. But first I have to get an autoconf build going...
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
> From mccabe@netscape.com Thu Mar 11 18:27:58 1999
>
> Bugzilla bug 1316 -
>
> http://bugzilla.mozilla.org/show_bug.cgi?id=1316
>
> ... complains about various problems (and offers good solutions) for
> building js with autoconf and egcs under Solaris.
>
> It's old enough (late last year) that it may have been fixed already. Can
> you comment?
>
> Or - is there some well-configured (gtk, etc) solaris machine that I could
> try it out on?
>
I think you can safely close this one. There are several Solaris Tinderbox
builds running right now that both build and run successfully (for some
definition of "success"). So I don't think the problems described in this
bug report are an issue anymore.
briano.
Marking Verified. tony - please go get latest source code at mozilla.org.com
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•