Date: Thu, 03 Sep 1998 07:45:47 +0200 From: Mark Murray <mark@grondar.za> To: John Birrell <jb@cimlogic.com.au> Cc: jdp@polstra.com, current@FreeBSD.ORG Subject: Re: B CURRENT Build environment (Was: Re: Why no ldconfig for ELF?) Message-ID: <199809030545.HAA04046@gratis.grondar.za>
next in thread | raw e-mail | index | archive | help
John Birrell wrote: > > I cant find a variable/macro/whatever that has the right stuff deep > > inside makefile-land. > > You shouldn't need to. You're not allowed to use the dynamic linker > while you're bootstrapping. That's why god invented -static and Bruce. 8-) OK - the real issue - the perl build tries quite hard to find libraries to link against - static or dynamic[1]. At the moment It is discovering the a.ut libraries and puking on them. I have override mechanism to tell it where to find the ELF libraries. What macro/variable/whatever can I use in that override that contains the "right" libraries for linking "now"? [1] at the final stage, this must be dynamic. Right now - I don't care I just want ELF, not a.out. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809030545.HAA04046>