Date: Fri, 14 May 1999 11:09:17 -0600 From: Nate Williams <nate@mt.sri.com> To: Damian Hamill <damian@cablenet.net> Cc: hackers@FreeBSD.ORG Subject: Re: dlopen failure Message-ID: <199905141709.LAA11624@mt.sri.com> In-Reply-To: <373C3F3F.A99DBD28@cablenet.net> References: <373C3F3F.A99DBD28@cablenet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> --------------------------------------------------------- > and here's the ld line for the shared object I am loading; > > ld -Bshareable -o $@ $< -u _floor ../../lib/libV.a > /usr/local/lib/mysql/libmysqlclient.a /usr/lib/libm.a This is probably unrelated to the bug (but it might be related). Are the object files libV.a and libmsqlclient.a compiled -fPIC? I know libm.a isn't, so the library work as a shared library. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905141709.LAA11624>