bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling IceCat on gNewSense2.0


From: Yavor Doganov
Subject: Re: Compiling IceCat on gNewSense2.0
Date: Wed, 21 May 2008 11:59:48 +0300
User-agent: Mutt/1.5.17+20080114 (2008-01-14) (gNewSense GNU/Linux)

On Wed, May 21, 2008 at 01:57:17AM -0500, Luis A. Guzman Garcia wrote:
> c++  -fno-rtti -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  -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-z,defs
> -Wl,-h,libunixprintplugin.so -o libunixprintplugin.so  npshell.o
> printplugin.o npunix.o       -L../../../../dist/bin -lxpcom -lxpcom_core
> -L../../../../dist/bin -L../../../../dist/lib -lplds4 -lplc4 -lnspr4
> -lpthread -ldl     -ldl -lm    

Hm, it builds fine for me:

c++  -fno-rtti -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  -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-z,defs 
-Wl,-h,libunixprintplugin.so -o libunixprintplugin.so  npshell.o 
printplugin.o npunix.o       -L../../../../dist/bin -lxpcom -lxpcom_core  
-L../../../../dist/bin -L../../../../dist/lib -lplds4 -lplc4 -lnspr4 
-lpthread -ldl -lXt   -lX11  -ldl -lm 
chmod +x libunixprintplugin.so

`ldd -r libunixprintplugin.so | grep ^undefined' outputs nothing, as 
expected.

Notice the presence of the extra (-lXt -lX11) libs passed.

What did you do to configure the package?  I just typed `./configure 
--prefix=/some/path/at/home' which resulted in success -- no error 
messages and zero exit status.  Could you repeat that step and post the 
relevant output, please?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]