Re: kuickshow compile problems
Stefan Teleman <[email protected]>
| Newsgroups | gmane.comp.kde.solaris |
|---|---|
| Organization | Disorganized |
| Message-ID | <[email protected]> |
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 -- Stefan Teleman 'Nobody Expects the Spanish Inquisition' [email protected] -Monty Python ___________________________________________________ This message is from the kde-solaris mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde-solaris. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.