At 18:10 +0100 1/3/04, Martin Costabel wrote:
On 1 mars 2004, at 17:27, Kevin Horton wrote:
[]
case "darwin7.2.0" in \
hpux* | freebsd*) gcc `if test -n ''; then /sw/src/root-libiconv-1.9.1-11/sw/bin; fi` iconv.o ../srclib/libicrt.a -L/sw/src/root-libiconv-1.9.1-11/sw/lib -liconv -L/sw/lib -lintl -liconv -o iconv;; \
*) /bin/sh ../libtool --mode=link gcc `if test -n ''; then /sw/src/root-libiconv-1.9.1-11/sw/bin; fi` iconv.o ../srclib/libicrt.a ../lib/libiconv.la -L/sw/lib -lintl -liconv -R/sw/lib -o iconv;; \
esac
libtool: link: cannot find the library `/sw/lib/libiconv.la'
make[1]: *** [install] Error 1
make: *** [install] Error 2
### execution of make failed, exit code 2
Failed: installing libiconv-1.9.1-11 failed
[]
I'm not sure why fink wants to install libiconv-dev, as fink list -o shows that all installed packages are up to date. The fact that it is unable to build libiconv-dev is probably worth sorting out though.

You probably still have gettext-dev installed. Remove this too, and then rebuild libiconv.
The problem is that gettext-dev does not and cannot depend (in the sense of "Depends" or "BuildDepends") on libiconv-dev, but it builds differently when libiconv-dev is installed than when it is not installed. So it does depend on libiconv-dev in reality and causes errors if one pulls libiconv-dev from under its feet.


--
Martin

That fixed it. Thanks Martin.


I'm certainly no expert, but it would seem that something is a bit strange in the dependency system if we can have a situation like this.

Kevin Horton


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to