From owner-freebsd-current Sun May 31 04:00:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08902 for freebsd-current-outgoing; Sun, 31 May 1998 04:00:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alushta.NL.net (alushta.NL.net [193.78.240.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08673; Sun, 31 May 1998 04:00:36 -0700 (PDT) (envelope-from paulz@trantor.stuyts.nl) Received: from stuyts by alushta.NL.net with UUCP id <1466-9473>; Sun, 31 May 1998 13:00:19 +0200 Received: from trantor.stuyts.nl (uucp@localhost) by terminus.stuyts.nl (8.8.8/8.8.8) with UUCP id MAA28182; Sun, 31 May 1998 12:07:27 +0200 (MET DST) (envelope-from paulz@trantor.stuyts.nl) Received: from trantor.stuyts.nl (localhost [127.0.0.1]) by trantor.stuyts.nl (8.8.8/8.8.5) with ESMTP id MAA00139; Sun, 31 May 1998 12:06:20 +0200 (MET DST) Message-Id: <199805311006.MAA00139@trantor.stuyts.nl> X-Mailer: exmh version 2.0.2 2/24/98 To: Kent A Vander Velden Subject: Re: Undefined symbols referenced In-reply-to: Your message of "Sat, 30 May 1998 21:04:53 CDT." <199805310204.VAA03255@isua1.iastate.edu> cc: jmacd@FreeBSD.ORG, current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 31 May 1998 12:06:20 +0200 From: Paul van der Zwan Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 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