From owner-freebsd-current Thu Dec 21 10:27:28 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23803 for current-outgoing; Thu, 21 Dec 1995 10:27:28 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA23798 Thu, 21 Dec 1995 10:27:23 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id LAA03382; Thu, 21 Dec 1995 11:29:07 -0700 Date: Thu, 21 Dec 1995 11:29:07 -0700 From: Nate Williams Message-Id: <199512211829.LAA03382@rocky.sri.MT.net> To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) Cc: current@freebsd.org, nate@freebsd.org Subject: Re: LD hits again :-( In-Reply-To: References: Sender: owner-current@freebsd.org Precedence: bulk > cc -O2 -m486 -fno-strength-reduce -L/usr/src/secure/usr.bin/bdes/../../lib/libcipher/obj -o bdes bdes.o -lcipher > bdes.o: WARNING! des_setkey(3) not present in the system! > bdes.o: WARNING! des_cipher(3) not present in the system! > > Note: shared libchipher exists in given -Lpath. I've seen this, but I don't know why this is being printed. It's certainly not a function of the linker. Ahh, I see. It's picking up the versions in libc rather than the static versions in lib/libcipher/obj/libcipher.a. I agree it's a bug, and it *will* be looked at. However, we're still resolving the last of the ld.so changes, so until that gets done the other stuff won't get done. :( Nate