GnuPG 1.1.1 doesn't compile on FreeBSD 4.1

Rich Wales richw at webcom.com
Fri Sep 1 15:43:43 CEST 2000


I tried compiling 1.1.1 on my FreeBSD 4.1-RELEASE system today, but
it failed.  See below for the last few lines of output from "gmake".

FreeBSD doesn't have a "stpcpy" function.  The output from "configure"
included the following:     checking for stpcpy... (cached) no

Rich Wales         richw at webcom.com         http://www.webcom.com/richw/

========================================================================

creating libgcrypt.la
(cd .libs && rm -f libgcrypt.la && ln -s ../libgcrypt.la libgcrypt.la)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl  -I/usr/local/include  -g -O2 -Wall -c testapi.c
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -L/usr/local/lib -o testapi  testapi.o libgcrypt.la -lz -lgdbm 
gcc -g -O2 -Wall -L/usr/local/lib -o .libs/testapi testapi.o .libs/libgcrypt.so -lz -lgdbm -lz -lgdbm -lz -lgdbm -lz -lgdbm -Wl,--rpath -Wl,/usr/local/lib
.libs/libgcrypt.so: undefined reference to `stpcpy'
collect2: ld returned 1 exit status
gmake[2]: *** [testapi] Error 1
gmake[2]: Leaving directory `/home/richw/src/gnupg/gnupg-1.1.1/gcrypt'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/richw/src/gnupg/gnupg-1.1.1'
gmake: *** [all-recursive-am] Error 2

========================================================================



More information about the Gnupg-devel mailing list