Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2004 12:36:29 +0200
From:      Burkard Meyendriesch <bm@malepartus.de>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: amd64 -CURRENT: still problems with shared libraries
Message-ID:  <20040331123629.11efe20f.bm@malepartus.de>
In-Reply-To: <20040331084630.GA46610@xor.obsecurity.org>
References:  <20040320141343.37a38cc2.bm@malepartus.de> <20040321000001.GA40310@xor.obsecurity.org> <20040331092247.6de3b225.bm@malepartus.de> <20040331084630.GA46610@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 31 Mar 2004 00:46:30 -0800 Kris Kennaway wrote:

> Something must be wrong with your libtool installation..try
> reinstalling the ports.

Okay; I had three versions of libtool on my system:
# pkg_info | grep libtool
libtool-1.3.5_2     Generic shared library support script (version 1.3)
libtool-1.4.3_3     Generic shared library support script (version 1.4)
libtool-1.5.2_1     Generic shared library support script (version 1.5)

I pkg_deinstall'ed them all:
# pkg_deinstall -f libtool-1.3.5_2 libtool-1.4.3_3 libtool-1.5.2_1

Then I tried again to install libiconv:
# portinstall -f converters/libiconv

This installs libtool-1.3.5_2 but still results in the same problem:
no shared library:
# ls -ltr /usr/local/lib/libiconv.*
-rw-r--r--  1 root  wheel  1052434 31 Mr 12:26 /usr/local/lib/libiconv.a

---- /usr/ports/converters/libiconv/work/libiconv-1.9.1/libtool ----
# Whether or not to build shared libraries.
build_libtool_libs=no

# Whether or not to build static libraries.
build_old_libs=yes
--------------------------------------------------------------------

Still the same behaviour :-( 
Even if I force ./configure --enable-shared

Burkard

--
Burkard Meyendriesch
Stevern 2
D-48301 Nottuln



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040331123629.11efe20f.bm>