Date: Sat, 30 May 1998 21:04:53 -0500 (CDT) From: Kent A Vander Velden <graphix@iastate.edu> To: current@FreeBSD.ORG Subject: Undefined symbols referenced Message-ID: <199805310204.VAA03255@isua1.iastate.edu>
next in thread | raw e-mail | index | archive | help
While compiling xdelta and gimp-devel on a semi-current system I started to notice many of applications failing to link. The messages that ld generated were of the form: 2 -pipe -Wall -o .libs/xd xd.o -R/usr/X11R6/lib -lgimpui -L/usr/local/lib -R/usr /X11R6/lib -lgimp -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm -lxdelta -lglib -lgdbm -lc -L/usr/local/lib xd.o: Undefined symbol `_unlink' referenced (use -lc ?) xd.o: Undefined symbol `_stat' referenced (use -lc ?) /usr/local/lib/libgdbm.a(gdbmstore.o): Undefined symbol `_write' referenced (use -lc ?) /usr/local/lib/libgdbm.a(bucket.o): Undefined symbol `_read' referenced (use -lc ?) /usr/local/lib/libgdbm.a(bucket.o): Undefined symbol `_write' referenced (use -l c ?) I noticed a message in the current-digest about __error being undefined but got in on the end of the thread. What must I change inorder to have these applications link properly? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805310204.VAA03255>