Re: ld not sucking in /usr/lib/crt1.o - or is it me?
From: Alexander Kabaev (ak03_at_gte.com)
Date: 10/06/03
- Previous message: Vladimir B. Grebenschikov: "Can't build kernel without overriding -Werror"
- In reply to: Chris Knight: "ld not sucking in /usr/lib/crt1.o - or is it me?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 6 Oct 2003 10:57:40 -0400 To: "Chris Knight" <chris@e-easy.com.au>
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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Vladimir B. Grebenschikov: "Can't build kernel without overriding -Werror"
- In reply to: Chris Knight: "ld not sucking in /usr/lib/crt1.o - or is it me?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|