Closed Bug 12739 Opened 25 years ago Closed 25 years ago

[PP]webshell/embed/gtk/examples/simplebrowser assumes -lpthread

Categories

(Core :: XUL, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: newt, Assigned: briano)

Details

Linux/libc5/NSPR-threads build barfs in webshell due to attempt to link with
non-existent pthreads library.

gcc -g -O2 --export-dynamic -o .libs/simplebrowser simplebrowser.o
../../lib/.libs/libgtkmozilla.so -L/util/www/mozilla/dist/lib -lraptorgfx
-lmozjs -lxpcom -lplds3 -lplc3 -lnspr3 -lpthread -L/usr/local/experimental/lib
-L/usr/X11/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm
-L/usr/local/experimental/lib -L/usr/X11/lib -lgtk -lgdk -rdynamic -lgmodule
-lglib -ldl -lXext -lX11 -lm -Wl,--rpath -Wl,/util/www/mozilla/dist/lib
ld: cannot open -lpthread: No such file or directory
make[6]: *** [simplebrowser] Error 1
make[6]: Leaving directory
`/util/www/mozilla/webshell/embed/gtk/examples/simplebrowser'

Greg Roelofs
Assignee: scc → ramiro
Reassigning to ramiro.
Checked in potential fix.  Apparent standard Mozilla-WorksForMe(tm) disclaimer
applies of course.
Summary: webshell/embed/gtk/examples/simplebrowser assumes -lpthread → [PP]webshell/embed/gtk/examples/simplebrowser assumes -lpthread
Assignee: ramiro → briano
build issue, assiging to briano.
Status: NEW → ASSIGNED
Greg, is this working for you now?
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Yup, all fixed as of 19990911 10:00 CVS pull.  Thanks!

Greg
Status: RESOLVED → VERIFIED
cool, marking verified
You need to log in before you can comment on or make changes to this bug.