Closed
Bug 367566
Opened 19 years ago
Closed 19 years ago
linking gfxSurfaceRefCountTest fails (libmozz.so not found)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: vlad)
References
Details
Attachments
(1 file)
|
514 bytes,
patch
|
Details | Diff | Splinter Review |
Attempting to link gfxSurfaceRefCountTest I get
ccache g++ -frtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pthread -pipe -DDEBUG -D_DEBUG -DDEBUG_andrew -DTRACING -g -fno-inline -o gfxSurfaceRefCountTest gfxSurfaceRefCountTest.o -lpthread -L../../../dist/bin -L../../../dist/lib -L../../../dist/bin -L../../../dist/lib -L../../../dist/bin -lxpcom -lxpcom_core -L../../../dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lthebes -L/lib -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -L../../../dist/lib -lmozcairo -lmozlibpixman -lXrender -lfreetype -lfontconfig -ldl -lm
/usr/bin/ld: warning: libmozz.so, needed by ../../../dist/bin/libthebes.so, not found (try using -rpath or -rpath-link)
../../../dist/bin/libthebes.so: undefined reference to `MOZ_Z_compress'
adding -lmozz makes it succeed.
Comment 1•19 years ago
|
||
Workarounds:
ac_add_options --disable-tests
or
add $(ZLIB_LIBS) to the list of LIBS in Makefile.in
Comment 2•19 years ago
|
||
Checked this in with r=vlad on irc.
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•