Date: Tue, 03 Feb 1998 00:57:54 -0600 From: "Jon E. Kump" <nobody@stlnet.com> To: freebsd-questions@FreeBSD.ORG Subject: Linking in dynamic libraries. Message-ID: <34D6BFF2.39380626@stlnet.com>
next in thread | raw e-mail | index | archive | help
I'm trying to link in some dynamic libraries and I am getting some errors I get the following output ld -Bdynamic -L/usr/X11R6/lib -L/usr/local/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lXmHTML -lSM -lICE -ljpeg -lpng -lz -lm -o autosize_html autosize_html.o ld: No reference to __DYNAMIC *** Error code 1 when i do an ld -f it says that it is looking for the .so but I get this error Thanks for any help Jon E. Kump
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34D6BFF2.39380626>