From owner-freebsd-hackers Sat Apr 11 03:28:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16133 for freebsd-hackers-outgoing; Sat, 11 Apr 1998 03:28:22 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from lily.ezo.net (root@lily.ezo.net [206.102.130.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16128 for ; Sat, 11 Apr 1998 03:28:17 -0700 (PDT) (envelope-from jflowers@ezo.net) Received: from lily.ezo.net (jflowers@localhost.ezo.net [127.0.0.1]) by lily.ezo.net (8.8.7/8.8.7) with SMTP id GAA09568 for ; Sat, 11 Apr 1998 06:28:10 -0400 (EDT) Date: Sat, 11 Apr 1998 06:28:09 -0400 (EDT) From: Jim Flowers To: hackers@FreeBSD.ORG Subject: Pesky ld Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 This symbol doesn't appear in any of the object files or libraries so I don't know where to start to fix it. Any clues? Jim Flowers #4 ISP on C|NET, #1 in Ohio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message