From owner-freebsd-hackers Mon Nov 27 04:57:11 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA28073 for hackers-outgoing; Mon, 27 Nov 1995 04:57:11 -0800 Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id EAA28066 ; Mon, 27 Nov 1995 04:56:59 -0800 Received: by sovcom.kiae.su id AA29176 (5.65.kiae-1 ); Mon, 27 Nov 1995 15:43:46 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 27 Nov 95 15:43:46 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.12/8.6.12) id BAA02015; Mon, 27 Nov 1995 01:22:20 +0300 To: hackers@freebsd.org, Scott Mace Cc: nate@freebsd.org References: <199511261623.KAA08479@metal.ops.neosoft.com> In-Reply-To: <199511261623.KAA08479@metal.ops.neosoft.com>; from Scott Mace at Sun, 26 Nov 1995 10:23:27 -0600 (CST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 27 Nov 1995 01:22:19 +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: interesting tidbit from 2.1.0-RELEASE make world Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 910 Sender: owner-hackers@freebsd.org Precedence: bulk In message <199511261623.KAA08479@metal.ops.neosoft.com> Scott Mace writes: >crash # make >===> lp >===> lpc >===> lpd >cc -O -m486 -pipe -I/usr/src/usr.sbin/lpr/lpd/../common_source -static -o lpd lpd.o printjob.o recvjob.o displayq.o rmjob.o startdaemon.o lpdchar.o common.o >displayq.o: Definition of symbol `_warn' (multiply defined) >/usr/lib/libc.a(err.o): Definition of symbol `_warn' (multiply defined) >*** Error code 1 Yes, static building hits again. Linking order of functions with same name is unpredictable with current ld when static used. It is long-standing bug without any progress. :-( -- 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