From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 12:50:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA5616A4D3 for ; Tue, 27 Jan 2004 12:50:16 -0800 (PST) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C0E43D41 for ; Tue, 27 Jan 2004 12:49:51 -0800 (PST) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at ([212.33.58.27]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1Ala7U-0002Qf-QW; Tue, 27 Jan 2004 21:47:37 +0100 From: Daniela To: "Derrick MacPherson" , Date: Tue, 27 Jan 2004 21:47:15 +0000 User-Agent: KMail/1.5.3 References: <20040127204005.63E0343D77@mx1.FreeBSD.org> In-Reply-To: <20040127204005.63E0343D77@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401272147.15735.dgw@liwest.at> Subject: Re: Trying to compile sophie, configure issue with ld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 20:50:16 -0000 On Tuesday 27 January 2004 20:38, Derrick MacPherson wrote: > I am pretty sure this is something wrong on my system's part, but I am not > 100% sure what to do about it.. > > When I try and run configure, it fails, here's what it says in the > config.log > > > configure:3866: result: /usr/local/lib > configure:3875: checking for SAVIsweepFile in -lsavi > configure:3906: gcc -o conftest -g -O2 -Wall -Wl,--strip-all > -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lrt conftest.c -lsavi > > &5 > /usr/libexec/elf/ld: cannot find -lrt > configure:3909: $? = 1 Enter this in the shell and post the result: locate librt Maybe it can tell us what the error is. Daniela