From owner-freebsd-current Sat May 30 19:04:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12843 for freebsd-current-outgoing; Sat, 30 May 1998 19:04:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from isua1.iastate.edu (isua1.iastate.edu [129.186.1.201]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12836 for ; Sat, 30 May 1998 19:04:54 -0700 (PDT) (envelope-from graphix@iastate.edu) Received: (from graphix@localhost) by isua1.iastate.edu (8.8.5/8.8.5) id VAA03255 for current@freebsd.org; Sat, 30 May 1998 21:04:53 -0500 (CDT) Date: Sat, 30 May 1998 21:04:53 -0500 (CDT) From: Kent A Vander Velden Message-Id: <199805310204.VAA03255@isua1.iastate.edu> To: current@FreeBSD.ORG Subject: Undefined symbols referenced 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? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message