From owner-freebsd-hackers Wed Jun 5 04:31:33 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA16725 for hackers-outgoing; Wed, 5 Jun 1996 04:31:33 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA16700 for ; Wed, 5 Jun 1996 04:31:29 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0uRGjg-000QZsC; Wed, 5 Jun 96 13:26 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA08296; Wed, 5 Jun 1996 12:31:37 +0200 Message-Id: <199606051031.MAA08296@allegro.lemis.de> Subject: Re: Problems compiling libc To: dima@sivka.rdy.com (Dima Ruban) Date: Wed, 5 Jun 1996 12:31:37 +0200 (MET DST) Cc: hackers@FreeBSD.ORG In-Reply-To: <960531155225.ZM8025@sivka.rdy.com> from "Dima Ruban" at May 31, 96 03:52:25 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dima Ruban writes: > > Hey guys! > > I'm having problems compiling libc (-stable) > > [... skipped ...] > tsort: bt_split.so > tsort: db.so > tsort: cycle in data > tsort: bt_delete.so > tsort: bt_seq.so > setinvalidrune.so: Definition of symbol `_setinvalidrune' (multiply defined) > rune.so: Definition of symbol `_setinvalidrune' (multiply defined) > rune.so: Definition of symbol `_setrunelocale' (multiply defined) > setrunelocale.so: Definition of symbol `_setrunelocale' (multiply defined) > *** Error code 1 Yes, I had this too. I checked the versions and discovered I had an ancient rune.c. A cvs update fixed it. Greg