Date: Wed, 4 Feb 1998 10:36:52 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: "Jon E. Kump" <nobody@stlnet.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Linking in dynamic libraries. Message-ID: <Pine.BSF.3.96.980204103625.15507G-100000@gdi.uoregon.edu> In-Reply-To: <34D6BFF2.39380626@stlnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 3 Feb 1998, Jon E. Kump wrote: > 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 It looks like you're trying to _build_ a dynamic library. What is the original command line? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980204103625.15507G-100000>