Closed
Bug 402946
Opened 18 years ago
Closed 18 years ago
gtkmozembed's pc file's Libs: line is incomplete
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: pvanhoof, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071022 Ubuntu/7.10 (gutsy) Firefox/2.0.0.8
Build Identifier:
Libs: -L${libdir} -lgtkembedmoz
should be something like this:
Libs: -L${libdir} -Wl,--rpath -Wl,${libdir}
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
We are getting errors like this when linking with GtkMozEmbed:
usr/bin/ld: warning: libxpcom_core.so, needed by /usr/lib/firefox/libgtkembedmoz.so, not found (try using -rpath or -rpath-link)
Comment 1•18 years ago
|
||
there is no gtkmozembed.pc in xul 1.9 anymore. So I guess this is WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•