Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 1998 18:21:54 -0500 (EST)
From:      Admin <admin@infected.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   ld: No reference to __DYNAMIC
Message-ID:  <Pine.BSF.3.96.981102181803.12069A-100000@infected.org>

next in thread | raw e-mail | index | archive | help
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 <stdio.h>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981102181803.12069A-100000>