From owner-freebsd-hackers Fri May 14 10: 9:32 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id C7B2D14D34 for ; Fri, 14 May 1999 10:09:18 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA19138; Fri, 14 May 1999 11:09:18 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA11624; Fri, 14 May 1999 11:09:17 -0600 Date: Fri, 14 May 1999 11:09:17 -0600 Message-Id: <199905141709.LAA11624@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Damian Hamill Cc: hackers@FreeBSD.ORG Subject: Re: dlopen failure In-Reply-To: <373C3F3F.A99DBD28@cablenet.net> References: <373C3F3F.A99DBD28@cablenet.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > --------------------------------------------------------- > 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