From owner-freebsd-hackers Sat Apr 11 08:36:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14984 for freebsd-hackers-outgoing; Sat, 11 Apr 1998 08:36:32 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14976 for ; Sat, 11 Apr 1998 08:36:25 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA10338; Sat, 11 Apr 1998 09:36:24 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA23373; Sat, 11 Apr 1998 09:36:23 -0600 Date: Sat, 11 Apr 1998 09:36:23 -0600 Message-Id: <199804111536.JAA23373@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jim Flowers Cc: hackers@FreeBSD.ORG Subject: Re: Pesky ld Problem In-Reply-To: References: X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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