Date: Sun, 31 May 1998 12:06:20 +0200 From: Paul van der Zwan <paulz@trantor.stuyts.nl> To: Kent A Vander Velden <graphix@iastate.edu> Cc: jmacd@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Undefined symbols referenced Message-ID: <199805311006.MAA00139@trantor.stuyts.nl> In-Reply-To: Your message of "Sat, 30 May 1998 21:04:53 CDT." <199805310204.VAA03255@isua1.iastate.edu>
next in thread | previous 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? > I had the same problem a week or so ago. The xdelta port will not build on current ( cvsupped and make world this weekend) even rebuilding the gdbm port and reinstalling that does not work. Gimp will now build because the maintainer removed the dependency on xdelta but the xdelta port looks broken on current. Paul -- Paul van der Zwan paulz @ trantor.stuyts.nl "I think I'll move to theory, everything works in theory..." 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?199805311006.MAA00139>