Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 1998 09:36:23 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        Jim Flowers <jflowers@ezo.net>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Pesky ld Problem
Message-ID:  <199804111536.JAA23373@mt.sri.com>
In-Reply-To: <Pine.BSI.3.91.980411061756.9193B-100000@lily.ezo.net>
References:  <Pine.BSI.3.91.980411061756.9193B-100000@lily.ezo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Help. I am trying to compile picobsd .31 which proceeds quite nicely 
> until it comes time to link all of the crunched object files. This is 
> done with:
> 
> cc -static -o outputfile objectfiles.o objectfiles.lo -libraryfiles
>
> but aborts with:
> 
> Digesting symbol information:
> 
> ld: No reference to __DYNAMIC

One of the libraryies you're trying to link with doesn't provide a
static version, so it can't compile as completely static.



Nate

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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