From owner-freebsd-current Thu Dec 21 15:50:05 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21668 for current-outgoing; Thu, 21 Dec 1995 15:50:05 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA21632 Thu, 21 Dec 1995 15:49:48 -0800 (PST) Received: by sovcom.kiae.su id AA21445 (5.65.kiae-1 ); Fri, 22 Dec 1995 02:41:39 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 22 Dec 95 02:41:39 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id CAA00449; Fri, 22 Dec 1995 02:23:30 +0300 (MSK) To: Nate Williams Cc: current@freebsd.org, nate@freebsd.org References: <199512211857.LAA03453@rocky.sri.MT.net> In-Reply-To: <199512211857.LAA03453@rocky.sri.MT.net>; from Nate Williams at Thu, 21 Dec 1995 11:57:18 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Fri, 22 Dec 1995 02:23:30 +0300 (MSK) X-Mailer: Mail/@ [v2.41 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: LD hits again :-( Lines: 27 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org Precedence: bulk In message <199512211857.LAA03453@rocky.sri.MT.net> Nate Williams writes: >I'm pretty sure it's the linker stating that warning (whether it needs >to or not) and not an actual link bug. I verified this by adding >warning symbols to the crypt.c in libcipher, and the linker now says. >/usr/bin/ld -e start -dc -dp -o bdes /usr/lib/crt0.o -L../../lib/libcipher bdes.o -lcipher /usr/lib/libgcc.a -lc /usr/lib/libgcc.a ^^^^^^^^^^^^^^^^^^^^ Your linker path is wrong, here you need to update Makefile to -current >ld: /usr/lib/libc.so.2.2: multiple definitions for warning symbol `_des_setkey' >ld: /usr/lib/libc.so.2.2: multiple definitions for warning symbol `_des_cipher' >bdes.o: WARNING! new des_setkey(3) is present in the system! >bdes.o: WARNING! new des_cipher(3) is present in the system! >For now, I'm going to ignore it. Although it is still a bug, I don't >consider it a critical bug. Secure is always critical. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849