The following reply was made to PR pkg/39159; it has been noted by GNATS.
From: Joerg Sonnenberger <
joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39159: libtool problem while compiling libiconv on solaris
Date: Thu, 24 Jul 2008 16:59:29 +0200
On Thu, Jul 24, 2008 at 09:15:04AM +0000, Guillaume Infantes wrote:
> I have am using gcc 3.4.3, and a libtool (1.5.22) version installed by my
> admin, and I cannot build pkgsrc libtool because it needs libiconv which
> cannot be linked because it uses -soname, and the wrappers do not translate
> it...
OK, that configuration is definitely not supported. libtool should not
need libiconv either. Let's start with the output of
make show-var VARNAME=_ALL_DEPENDS
in devel/libtool-base.
Joerg