Date: Thu, 5 Aug 1999 11:00:54 +0300 From: manel.guerrero-zapata@nokia.com To: freebsd-ports@FreeBSD.org Subject: Problems compilling GIMP port Message-ID: <593F7F3472A5D211B99B0008C7EAA08AFBAFC0@eseis02nok>
next in thread | raw e-mail | index | archive | help
Hi :) I'm using FreeBSD 3.2 with the last patch for using ports. I'm trying to compile the GIMP port. After some solved problems I have the following result: [...] cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include -I/usr/local/include -O -pipe -Wall -c dbbrowser.c cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/X11R6/include -I/usr/local/include -O -pipe -Wall -c dbbrowser_utils.c /bin/sh /usr/local/bin/libtool --mode=link cc -O -pipe -Wall -o dbbrowser dbbrowser.o dbbrowser_utils.o ../../libgimp/libgimp.la -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib mkdir .libs cc -O -pipe -Wall -o .libs/dbbrowser dbbrowser.o dbbrowser_utils.o -L../../libgimp/.libs -lgimp -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXext -lX11 -lm -L/usr/local/lib -R/usr/X11R6/lib ../../libgimp/.libs/libgimp.so: undefined reference to `_do_nothing' ../../libgimp/.libs/libgimp.so: undefined reference to `__CTOR_LIST__' ../../libgimp/.libs/libgimp.so: undefined reference to `__DTOR_LIST__' gmake[3]: *** [dbbrowser] Error 1 gmake[3]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5/plug-ins/dbbrowser' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5/plug-ins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/tarom/GIMP/pub/FreeBSD/FreeBSD-current/ports/graphics/gimp1/work/ gimp-1.1.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --------- But this 'libgimp.so' has been created by the port compilation procedure itself, so what should I do? Thanks, Tarom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?593F7F3472A5D211B99B0008C7EAA08AFBAFC0>