amd64 -CURRENT: still problems with shared libraries
Burkard Meyendriesch
bm at malepartus.de
Wed Mar 31 02:36:42 PST 2004
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
More information about the freebsd-amd64
mailing list