Subject: GIMP
To: None <netbsd-users@NetBSD.ORG>
From: Xiamin Raahauge <xiamin@scdesantis.ne.mediaone.net>
List: netbsd-users
Date: 09/03/1997 15:59:23
Has anyone ever compile The GIMP on NetBSD?
I've gotten pretty far in the process, and then I hit this...
gcc -g -O2 -o .libs/faxg3 faxg3.o g3.o run_tbl.o -L/usr/local/lib
-R/usr/local/lib -L../libgimp/.libs -lgimp -R/usr/local/lib
-L../gtk+/gtk/.libs -lgtk -R/usr/local/lib -L../gtk+/gdk/.libs -lgdk
-R/usr/local/lib -L../libgimp/.libs -lgimpui -R/usr/local/lib
-L../gtk+/glib/.libs -lglib -L/usr/X11R6/lib -lXext -lX11 -lc -lm
faxg3.c:197:
Undefined symbol `_tell' referenced from text segment *** Error code 1

Any ideas what's missing?
Xiamin