I cvsuped 4 or 5 hours ago.

While building cross-tools:

cc -O -pipe -march=pentium -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../cont
rib/perl5 -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/perl/miniperl -DPERL_EXTER
NAL_GLOB   -I/usr/obj/usr/src/i386/usr/include  -L/usr/obj/usr/src/i386/usr/src/
gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o
  /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -
lm -lcrypt -lutil
/usr/lib/libcrypt.a(crypt-md5.o): In function `crypt_md5':
crypt-md5.o(.text+0xc0): undefined reference to `__MD5Init'
crypt-md5.o(.text+0xe1): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x107): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x11d): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x12f): undefined reference to `__MD5Init'
crypt-md5.o(.text+0x150): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x169): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x18a): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x19a): undefined reference to `__MD5Final'
crypt-md5.o(.text+0x1d6): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x237): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x291): undefined reference to `__MD5Final'
crypt-md5.o(.text+0x2b1): undefined reference to `__MD5Init'
crypt-md5.o(.text+0x2ea): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x31c): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x362): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x399): undefined reference to `__MD5Update'
crypt-md5.o(.text+0x3ac): undefined reference to `__MD5Final'
*** Error code 1
1 error
*** Error code 2

Worked around with
        % cd /usr/src/lib/libcrypt; make install
before buildworld


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to