Closed
Bug 549
Opened 26 years ago
Closed 26 years ago
BUILD: mozilla-export uses shared -lplds21 -lplc21 -lmsgc21 -lnspr21 -lzlib -ljs -ljsj libraries.
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: pip, Assigned: ramiro)
References
()
Details
My build of mozilla-export doesn't work anymore. make mozilla-export gives:
...
../../dist/Linux2.0.34_x86_DBG.OBJ/lib/libxpcom
.a ../../dist/Linux2.0.34_x86_DBG.OBJ/lib/librdf.a -L../../dist/Linux2.0.34_x86
_DBG.OBJ/bin -lplds21 -lplc21 -lmsgc21 -lnspr21 -lzlib -ljs -ljsj -L/usr/X11
R6/lib -lXm -lXt -lXmu -lXpm -lX11 -lXext -lSM -lICE -lm -ldl
...
(-lXm handhacked in cmd/xfe/Makefile)
moz-export builds ok, but hasn't ever run here.
I use gcc 2.7.2.2, lesstif-cvs, libc5.2.18, mozilla-cvs.
Btw, a make with autoconf gives:
...
cd nsprpub; make export
make[1]: Entering directory
`/fire/pub/cvs/moz/mozilla/obj-i586-pc-linux/nsprpub'
cd config; make export
make[2]: Entering directory
`/fire/pub/cvs/moz/mozilla/obj-i586-pc-linux/nsprpub/config'
gcc -o Linux2.0.34_x86_AC.OBJ/nsinstall -g -fPIC -DFORCE_PR_LOG -DXP_UNIX
-DDEBUG -UNDEBUG -DDEBUG_jip -D_PR_LOCAL_THREADS_ONLY
Linux2.0.34_x86_AC.OBJ/nsinstall.o Linux2.0.34_x86_AC.OBJ/pathsub.o
Linux2.0.34_x86_AC.OBJ/nsinstall.o(.text+0xa85): undefined reference to `lchown'
make[2]: *** [Linux2.0.34_x86_AC.OBJ/nsinstall] Error 1
make[2]: Leaving directory
`/fire/pub/cvs/moz/mozilla/obj-i586-pc-linux/nsprpub/config'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/fire/pub/cvs/moz/mozilla/obj-i586-pc-linux/nsprpub'
make: *** [export] Error 2
...
succes,
Jip
Updated•26 years ago
|
Assignee: briano → ramiro
Comment 1•26 years ago
|
||
This looks more like an XFE issue, so I'll "let" Ramiro look at it.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Summary: mozilla-export uses shared -lplds21 -lplc21 -lmsgc21 -lnspr21 -lzlib -ljs -ljsj libraries. → BUILD: mozilla-export uses shared -lplds21 -lplc21 -lmsgc21 -lnspr21 -lzlib -ljs -ljsj libraries.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
I inquired about the need to dynamic linking of these libs. They are needed for
plguins and XPCOM to work, which is a good reason.
So I guess this bug is invalid.
marking invalid.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•