Closed
Bug 22826
Opened 25 years ago
Closed 25 years ago
error in compilation phase
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mathieu.jobin, Assigned: pavlov)
Details
Hi, i'm trying to compil your M12 release on a Redhat 5.2 system using glibc 2.0
I've installed any libraries required by mozilla, which I've found on your ftp at /pub/mozilla/libraries/....
I've got this annoying error, and can't find what -lxxx the Makefile need.
I paste the complete error, here.
/home/mjobin/Mozilla/mozilla/webshell/embed/gtk/examples/simplebrowser# make
/bin/sh ../../libtool --mode=link gcc -g -O2 --export-dynamic -o simplebrowser simplebrowser.o ../../lib/libgtkmozilla.la -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -lxpcom
gcc -g -O2 --export-dynamic -o .libs/simplebrowser simplebrowser.o ../../lib/.libs/libgtkmozilla.so -L/home/mjobin/Mozilla/mozilla/dist/lib -lraptorgfx -lmozjs -lxpcom -L/home/mjobin/Mozilla/mozilla/dist/dist/lib -lplds3 -lplc3 -lnspr3 -lpthread -lgtksuperwin -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -lxpcom -Wl,--rpath -Wl,/home/mjobin/Mozilla/mozilla/dist/lib
/home/mjobin/Mozilla/mozilla/dist/lib/libxpcom.so: undefined reference to `PR_CSetOnMonitorRecycle'
/home/mjobin/Mozilla/mozilla/dist/lib/libxpcom.so: undefined reference to `PL_IsQueueOnCurrentThread'
make: *** [simplebrowser] Error 1
Updated•25 years ago
|
Assignee: dp → pavlov
Comment 1•25 years ago
|
||
Dont know whom to give it so. I am guessing pavlov...
Reporter | ||
Comment 2•25 years ago
|
||
pavlov ? what is it ?
are you telling I must add -lpavlov to the Makefile ?
You have an out-of-date NSPR installed on your system. Remove it, and then
re-run the compilation from the "configure" phase onward.
Reporter | ||
Comment 4•25 years ago
|
||
what is NSPR ?
does it a package include in mozilla M12 ?
or, it distributed with the distribution ?
I've never see this package...
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 5•25 years ago
|
||
make sure you don't have any nspr rpms
Reporter | ||
Comment 6•25 years ago
|
||
thanks a lot dude, you are right !
{root@tulipe ~}# rpm -qa | grep -i nspr
nspr-pthreads-3.1-199903171926
nspr-pthreads-devel-3.1-199903171926
{root@tulipe ~}#
You need to log in
before you can comment on or make changes to this bug.
Description
•