From owner-freebsd-current@FreeBSD.ORG Wed Mar 13 00:17:48 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E5E1C04; Wed, 13 Mar 2013 00:17:48 +0000 (UTC) (envelope-from uzimac@da3m0n8t3r.com) Received: from z.umatar.com (z.umatar.com [66.135.39.87]) by mx1.freebsd.org (Postfix) with ESMTP id 926CC2D8; Wed, 13 Mar 2013 00:17:47 +0000 (UTC) Received: from z.umatar.com (localhost [127.0.0.1]) by z.umatar.com (8.14.5/8.14.3) with ESMTP id r2D0HkQx052116; Tue, 12 Mar 2013 17:17:46 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) Received: (from uzimac@localhost) by z.umatar.com (8.14.5/8.14.3/Submit) id r2D0HkAY052115; Tue, 12 Mar 2013 17:17:46 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) X-Authentication-Warning: z.umatar.com: uzimac set sender to uzimac@da3m0n8t3r.com using -f From: "Waitman Gobble" Subject: Re: libtool/ld shared libraries To: Jim Harris Message-Id: <1363133866.52110@da3m0n8t3r.com> X-Originating-IP: 70.90.171.37 X-Mailer: Usermin 1.510 In-Reply-To: Date: Tue, 12 Mar 2013 17:17:46 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1363133866" Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2013 00:17:48 -0000 This is a multi-part message in MIME format. --bound1363133866 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jim Harris wrote .. > On Tue, Mar 12, 2013 at 3:44 PM, Waitman Gobble wrote: > > > > > Hi, > > > > I'm trying to figure out why my 10.0-CURRENT machine is having issues > > producing *.so shared library... > > > > [659] > uname -a > > FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r248165: Mon > > Mar 11 18:20:30 PDT 2013 root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA > > amd64 > > > > checking dynamic linker characteristics... no > > checking how to hardcode library paths into programs... immediate > > checking whether stripping libraries is possible... yes > > checking if libtool supports shared libraries... no > > > > creating libtool > > appending configuration tag "CXX" to libtool > > checking whether the clang++ linker (/usr/bin/ld) supports shared > > libraries... no > > checking whether the clang++ linker (/usr/bin/ld) supports shared > > libraries... no > > checking dynamic linker characteristics... no > > checking how to hardcode library paths into programs... unsupported > > > > [660] > pkg version | grep libtool > > libtool-2.4.2 = > > > > > > > > (as example) my 9.1-STABLE machine is working OK. > > > > # uname -a > > FreeBSD do.burplex.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r246923M: Sun Feb > > 17 18:30:48 PST 2013 da3m0n8t3r@do.burplex.com:/usr/obj/usr/src/sys/KAGISO > > amd64 > > > > checking whether the cc linker (/usr/bin/ld) supports shared libraries... > > yes > > checking dynamic linker characteristics... freebsd9.1 ld.so > > checking how to hardcode library paths into programs... immediate > > checking whether stripping libraries is possible... yes > > checking if libtool supports shared libraries... yes > > > > # pkg_info | grep libtool > > libtool-2.4.2 Generic shared library support script > > > > > > > > I kind of remember running into this in the past but I can't recall the > > solution.. > > > > > I've run into this before too. I believe it was the configure script > interpreting "FreeBSD 10" as "FreeBSD 1", and therefore thinking shared > library support wasn't available. > > Regards, > > -Jim > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" oh, that's exactly what's going on, thanks! ie, freebsd1*) dynamic_linker=no ;; ld_shlibs_CXX=no etc -- Waitman Gobble San Jose California USA --bound1363133866--