From owner-freebsd-amd64@FreeBSD.ORG Wed Mar 31 00:46:33 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBBF416A4CE; Wed, 31 Mar 2004 00:46:33 -0800 (PST) Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7208943D48; Wed, 31 Mar 2004 00:46:33 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (57a4f8c727301f7cf14e8e8ec9316057@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128])i2V8kVbF008930; Wed, 31 Mar 2004 02:46:31 -0600 (CST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F2DB251A72; Wed, 31 Mar 2004 00:46:30 -0800 (PST) Date: Wed, 31 Mar 2004 00:46:30 -0800 From: Kris Kennaway To: Burkard Meyendriesch Message-ID: <20040331084630.GA46610@xor.obsecurity.org> References: <20040320141343.37a38cc2.bm@malepartus.de> <20040321000001.GA40310@xor.obsecurity.org> <20040331092247.6de3b225.bm@malepartus.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20040331092247.6de3b225.bm@malepartus.de> User-Agent: Mutt/1.4.2.1i cc: freebsd-amd64@freebsd.org cc: freebsd-ports@freebsd.org cc: Kris Kennaway Subject: Re: amd64 -CURRENT: still problems with shared libraries X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 08:46:33 -0000 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 31, 2004 at 09:22:47AM +0200, Burkard Meyendriesch wrote: > Hi Kris, >=20 > sorry to disturb you again with my shared libraries problem. I can not > find the cause of the strange behaviour of the ports system (maybe the > reason is that I don't fully understand the autoconf, configure, libtool > mechanism). >=20 > For example: If I try to compile and install libiconv: >=20 > # cd /usr/ports/converters/libiconv > # make clean > # make > # ls -l work/libiconv-1.9.1/lib/.libs > -rw-r--r-- 1 root wheel 1052434 31 Mr 08:45 libiconv.a > lrwxr-xr-x 1 root wheel 14 31 Mr 08:45 libiconv.la -> ../libiconv= .la > -rw-r--r-- 1 root wheel 619 31 Mr 08:45 libiconv.lai >=20 > I only get the static version of the library. It seems that libtool > decided not to build shared libraries: >=20 > # grep ^build_libtool_libs=3D work/libiconv-1.9.1/libtool > build_libtool_libs=3Dno >=20 > Even if I force the generation of the shared libs: > # cd /usr/ports/converters/libiconv/work/libiconv-1.9.1 > # make clean > # ./configure --enable-shared > # grep ^build_libtool_libs=3D libtool > build_libtool_libs=3Dno >=20 > the system refuses to do so. > (Find the complete config.status and libtool appended.) >=20 > My environment: > # uname -a > FreeBSD Reineke.Malepartus.de 5.2-CURRENT FreeBSD 5.2-CURRENT #15: Mon Ma= r 22 19:28:17 CET 2004 bm@Reineke.Malepartus.de:/usr/obj/usr/src/sys/RE= INEKE amd64 >=20 > An actual /usr/ports tree (31.03.2004 04:00 UTC), *no* options enabled=20 > in /etc/make.conf. >=20 > Any help how to locate and fix the problem welcome :-) > Burkard Something must be wrong with your libtool installation..try reinstalling th= e ports. Kris --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAaoVmWry0BWjoQKURAnULAKCpahjcvyBOvHkkNTbEwNFEhwVKSwCgvQ7W Sdfsn2oogDPWsgovPDh/qxU= =M46r -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO--