[kde-solaris] kuickshow compile problems

Bruce Hunt BruceHunt at clearwire.net
Sun Jul 23 11:47:59 CEST 2006


Stefan,
	I added -llmlib to the liblmlib.la and ran confiure / gmake but no luck.

# Libraries that this one depends upon.
dependency_libs=' -ltiff -ljpeg -lungif -lpng -lz -lm -lSM -lICE -lXext -lsocket -lnsl -llmlib'

bash-3.00$ /bin/bash ../../libtool --silent --tag=CXX --mode=link 
g++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -g3 -fno-inline -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/opt/csw/include/gtk-1.2 -I/opt/csw/include/glib-1.2 -I/opt/csw/lib/glib/include -I/opt/csw/include     -o 
kuickshow -R /opt/kde-3.5.3/lib -R /opt/kde-3.5.3/lib -R /usr/lib/qt3/lib -R /usr/local/lib -R /opt/csw/lib -R /opt/csw/graphviz2/lib -R /opt/csw/bdb4/lib -R /opt/csw/lib/svn -L/opt/kde-3.5.3/lib -L/usr/lib/qt3/lib     -L/usr/local/lib -L/opt/csw/lib -L/opt/csw/graphviz2/lib -L/opt/csw/bdb4/lib -L/opt/csw/lib/svn -L/usr/lib 
kuickshow.la.o libkdeinit_kuickshow.la -liconv -lm -llmlib
libtool: unrecognized option `--tag=CXX'
Try `libtool --help' for more information.

then I tried cd to src directory and manually ran compile, still no luck:

bash-3.00$ cd /export/home/bhunt/Packages/kdegraphics-3.5.3/kuickshow/src
bash-3.00$ /bin/bash ../../libtool --silent --tag=CXX --mode=link 
g++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -g3 -fno-inline -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -I/opt/csw/include/gtk-1.2 -I/opt/csw/include/glib-1.2 -I/opt/csw/lib/glib/include -I/opt/csw/include     -o 
kuickshow -R /opt/kde-3.5.3/lib -R /opt/kde-3.5.3/lib -R /usr/lib/qt3/lib -R /usr/local/lib -R /opt/csw/lib -R /opt/csw/graphviz2/lib -R /opt/csw/bdb4/lib -R /opt/csw/lib/svn -L/opt/kde-3.5.3/lib -L/usr/lib/qt3/lib     -L/usr/local/lib -L/opt/csw/lib -L/opt/csw/graphviz2/lib -L/opt/csw/bdb4/lib -L/opt/csw/lib/svn -L/usr/lib 
kuickshow.la.o libkdeinit_kuickshow.la -liconv -lm -llmlib
ld: fatal: library -llmlib: not found
ld: warning: file /usr/sfw/lib/libstdc++.so: attempted multiple inclusion of 
file
ld: fatal: File processing errors. No output written to .libs/kuickshow
collect2: ld returned 1 exit status

?????

Thanks,
Bruce


On Sunday 23 July 2006 03:21, Stefan Teleman wrote:
> On Saturday 22 July 2006 10:19, Bruce Hunt wrote:
> > Hello All,
> > 	Help Please! I am having linking problems compiling kuickshow on
> > my Sun Enterprise 250 (SPARC).  I am able to compile all the rest
> > of KDE with minimal issues and it runs great but I just can't get
> > past this one. Here's the specs:
> >
> > checking IMLIB_LIBS
> > configure:39337:
> > result: -L/opt/csw/lib -lgdk_imlib -lgtk -lgdk -lgmodule -lglib
> > -ldl -lXi -lXext -lX11 -lsocket -lnsl -lm ......
> > IMLIB_CFLAGS='-I/opt/csw/include/gtk-1.2
> > -I/opt/csw/include/glib-1.2 -I/opt/csw/lib/glib/include
> > -I/opt/csw/include  ' IMLIB_LIBS='-L/opt/csw/lib -lgdk_imlib -lgtk
> > -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lsocket -lnsl -lm  '
> >
> >
> > Undefined                       first referenced
> >  symbol                             in file
> > Imlib_flip_image_horizontal         ./.libs/libkdeinit_kuickshow.so
> > Imlib_clone_scaled_image            ./.libs/libkdeinit_kuickshow.so
> > Imlib_init_with_params              ./.libs/libkdeinit_kuickshow.so
>
> You're missing -lImlib on the link line. All these symbols are defined
> in libImlib.so.1.9.x. Is there a file named libImlib.la
> in /opt/csw/lib ?
>
> --Stefan


More information about the kde-solaris mailing list