Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 1998 15:38:11 -0700
From:      Josh MacDonald <jmacd@paris.CS.Berkeley.EDU>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: compiling xdelta-0.18 port
Message-ID:  <19980518153811.06823@paris.CS.Berkeley.EDU>
In-Reply-To: <199805181049.MAA13200@wit401310.student.utwente.nl>; from & on Mon, May 18, 1998 at 12:49:05PM %2B0200
References:  <199805181049.MAA13200@wit401310.student.utwente.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
I've gotten two of these reports already, today.  It can't find
the _access and ___error symbols.  I am going to assume its a 
problem in current.

-josh

Quoting & (dalroi@wit401310.student.utwente.nl):
> 
> I can't get the xdelta-0.18 port to compile. I'm running the 3.0-051598
> snapshot on an Intel Pentium with 48 MB of memory.
> 
> I suppose it is some dependency that needs to be included.
> 
> I get the following error:
> 
> <snip>
> 
> ranlib .libs/libxdelta.a
> creating libxdelta.la
> (cd .libs && ln -s ../libxdelta.la libxdelta.la)
> cc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c main.c
> cc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt.c
> getopt.c: In function `_getopt_internal':
> getopt.c:476: warning: `indfound' might be used uninitialized in this function
> cc -DHAVE_CONFIG_H -I. -I. -I.  -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt1.c
> /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe  -o xdelta  main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib -lgdbm -lz
> LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib -lxdelta -L/usr/local/lib -lgdbm -lz
> main.o: Undefined symbol `_access' referenced (use -lc ?)
> main.o: Undefined symbol `___error' referenced (use -lc ?)
> ld: Spurious undefined symbols: # undefined symbols 2, reported 0
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> 
> -- 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980518153811.06823>