From owner-freebsd-questions Mon Nov 2 15:23:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24364 for freebsd-questions-outgoing; Mon, 2 Nov 1998 15:23:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from infected.org (infected.org [207.202.64.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24355 for ; Mon, 2 Nov 1998 15:23:18 -0800 (PST) (envelope-from admin@infected.org) Received: from localhost (admin@localhost) by infected.org (8.9.1a/8.8.7) with SMTP id SAA12080 for ; Mon, 2 Nov 1998 18:21:55 -0500 (EST) (envelope-from admin@infected.org) Date: Mon, 2 Nov 1998 18:21:54 -0500 (EST) From: Admin To: freebsd-questions@FreeBSD.ORG Subject: ld: No reference to __DYNAMIC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I been on this for days, asked tons of people how to fix this.. nobody seems to know. When i try to compile something i get "ld: No reference to __DYNAMIC" The system is running FreeBSD 2.2.5. If ANYONE knows how to fix this could you PLEASE email admin@infected.org. Thanks. Heres an example: root# cat hello.c #include void main() { printf("hello world!\n"); } root# cc hello.c -o hi ld: No reference to __DYNAMIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message