From owner-cvs-all Sat Nov 2 16:44:36 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 A436537B401; Sat, 2 Nov 2002 16:44:35 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACDE43E4A; Sat, 2 Nov 2002 16:44:35 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id gA30iTeZ030642; Sat, 2 Nov 2002 16:44:29 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id gA30iT0j030641; Sat, 2 Nov 2002 16:44:29 -0800 (PST) Date: Sat, 2 Nov 2002 16:44:29 -0800 From: Steve Kargl To: "M. Warner Losh" Cc: tjr@FreeBSD.ORG, 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 Message-ID: <20021103004429.GB30494@troutmask.apl.washington.edu> References: <200211021947.gA2Jlr1M066867@repoman.freebsd.org> <20021103111644.A43637@dilbert.robbins.dropbear.id.au> <20021102.173513.57626967.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021102.173513.57626967.imp@bsdimp.com> User-Agent: Mutt/1.4i 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 On Sat, Nov 02, 2002 at 05:35:13PM -0700, M. Warner Losh wrote: > 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. > Then COMPAT4X needs to install a complete set of libraries and the crt* files. As I already posted at least twice, I can kludge the linking against libc.so.4. but there are no /usr/lib/compat/crt* files nor /usr/lib/compat/libm* files. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message