From owner-freebsd-questions Mon Jan 10 9:29:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BD7CE14CDF for ; Mon, 10 Jan 2000 09:29:04 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 127iTO-0009Ac-00; Mon, 10 Jan 2000 17:19:18 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #1) id 127iTO-0002V1-00; Mon, 10 Jan 2000 17:19:18 +0000 Date: Mon, 10 Jan 2000 17:19:18 +0000 From: Ben Smithurst To: Nic Cc: freebsd-questions@freebsd.org Subject: Re: linker error: crti.o Message-ID: <20000110171918.A9546@strontium.scientia.demon.co.uk> References: <200001101107.LAA78356@socrates.corconx.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001101107.LAA78356@socrates.corconx.co.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nic wrote: > Recently everytime I try to compile manually > or using a port I get the following error: > > /usr/libexec/elf/ld: cannot open crti.o: No such file or directory > *** Error code 1 > > the latest port this has happened on is analog4. > > Could someone let me know how I go about solving this. Have you deleted crti.o from /usr/lib? If not, something else is going wrong. If you have deleted it, you'll have to get a new copy from somewhere (I'd guess it's on CD 2 if you have the CD set). If you have the source, you may be able to rebuild it (cd /usr/src/lib/csu/i386-elf && make all install). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message