From owner-cvs-all Sat Nov 2 16:36:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3701D37B401; Sat, 2 Nov 2002 16:36:17 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A06A43E75; Sat, 2 Nov 2002 16:36:16 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gA30aFpk073242; Sat, 2 Nov 2002 17:36:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 02 Nov 2002 17:35:13 -0700 (MST) Message-Id: <20021102.173513.57626967.imp@bsdimp.com> To: tjr@FreeBSD.org Cc: alfred@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio Makefile.inc findfp.c src/share/examples/etc make.conf src/share/man/man5 make.conf.5 From: "M. Warner Losh" In-Reply-To: <20021103111644.A43637@dilbert.robbins.dropbear.id.au> References: <200211021947.gA2Jlr1M066867@repoman.freebsd.org> <20021103111644.A43637@dilbert.robbins.dropbear.id.au> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yea. Right now you should be linking with libc.so.4 if you want to use programs or libraries built against libc.so.4. The missing symbol is telling you that you are doing something wrong. I don't know what other daragons there are between the .4 and .5 versions of libc.so, but this may be the only thing that is telling you that it will fail in mysterious ways. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message