[397] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Where is PLUG_IN_INFO?
daemon@ATHENA.MIT.EDU (Andreas Tille)
Fri Jun 27 07:43:14 1997
Date: Fri, 27 Jun 1997 13:41:58 +0200 (MESZ)
From: Andreas Tille <e2od5@mlucom.urz.uni-halle.de>
To: GTK User-List <gtk-list@redhat.com>
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Hello,
I'm a very beginner with gtk. I tried to start by picking up
a plug-in (tiff.c, because I want to deal with TIFF-images)
took a part, did some modifying and compiled it.
The "Hello world" programms from the texi-files compiled successfully.
I found out which libraries were needed by grep-ing the *.so files
with the missing function name. This worked so far.
But I cant find the solution for the following mistake:
cc -fPIC -O2 -Wall -o test5 test5.o -L/usr/X11R6/lib -L/usr/local/lib -lgtk -lg\dk -lglib -lgimp -lX11 -lXext -lm
/usr/local/lib/libgimp.so: undefined reference to `PLUG_IN_INFO'
grep fails while searching PLUG_IN_INFO. What do I have to include.
Thanks for any help
Andreas.
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null