Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 10:57:40 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        "Chris Knight" <chris@e-easy.com.au>
Cc:        freebsd-current@freebsd.org
Subject:   Re: ld not sucking in /usr/lib/crt1.o - or is it me?
Message-ID:  <20031006105740.14918b53.ak03@gte.com>
In-Reply-To: <000201c38bef$8b6f5600$020aa8c0@aims.private>
References:  <000201c38bef$8b6f5600$020aa8c0@aims.private>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Oct 2003 20:52:23 +1100
"Chris Knight" <chris@e-easy.com.au> wrote:

> 
> If I add /usr/lib/crt1.o to the file list it works OK.  Any reason
> why ld isn't pulling this in automatically?  Feel free to correct
> me if I'm missing the obvious and if there's a better way of
> resolving this.  Thanks.
> 

ld is not supposed to pull in anything except what was given to it on
the command line. Why your build tries to use LD where it should be
using CC is a separate question though...

-- 
Alexander Kabaev



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006105740.14918b53.ak03>