Version 0.92.0 compilation problem
Robin Cosby <[email protected]> Thu, 28 Jul 2005 18:34:18 +0100
| Newsgroups | gmane.compw.window-managers.windowmaker.user |
|---|---|
| Message-ID | <[email protected]> |
Hi! I'm in the process of upgrading WindowMaker on my Linux box (Debian with kernel 2.6.12.2) but encounter the following message when running "make". The items referred to can be found when I edit the libwraster.so files in /usr/lib and in WindowMaker-0.92.0/wrlib/.libs Any help in resolving this problem will be much appreciated. TIA -- Robin Cosby ********** _______________________________________________ INFO: https://windowmaker.org/lists/listinfo/wm-user ARCHIVE: https://windowmaker.org/lists/archive/wm-user/ FAQ: http://windowmaker.org/faq.html
make-log
(text/plain, 1.4 KB)
Making all in wrlib make[1]: Entering directory `/usr/local/WindowMaker-0.92.0/wrlib' Making all in . make[2]: Entering directory `/usr/local/WindowMaker-0.92.0/wrlib' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/usr/local/WindowMaker-0.92.0/wrlib' Making all in tests make[2]: Entering directory `/usr/local/WindowMaker-0.92.0/wrlib/tests' /bin/sh ../../libtool --mode=link gcc -g -O2 -o testdraw testdraw.o ../../wrlib/libwraster.la gcc -g -O2 -o .libs/testdraw testdraw.o ../../wrlib/.libs/libwraster.so ../../wrlib/.libs/libwraster.so: undefined reference to `DGifGetExtensionNext' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifGetRecordType' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifGetImageDesc' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifOpenFileName' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifGetLine' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifCloseFile' ../../wrlib/.libs/libwraster.so: undefined reference to `DGifGetExtension' ../../wrlib/.libs/libwraster.so: undefined reference to `GifLastError' collect2: ld returned 1 exit status make[2]: *** [testdraw] Error 1 make[2]: Leaving directory `/usr/local/WindowMaker-0.92.0/wrlib/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/WindowMaker-0.92.0/wrlib' make: *** [all-recursive] Error 1