bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnu-libiconv] Building on Darwin 10.8.0


From: Alex Schröder
Subject: [bug-gnu-libiconv] Building on Darwin 10.8.0
Date: Fri, 1 Feb 2013 10:42:04 +0100

I'm trying to build libiconv 1.14 on Mac OS X, 10.6.8 aka Darwin 10.8.0 according to uname -rs. ./configure and make work fine. When running sudo make install, however:

cd src && make install prefix='/usr/local' exec_prefix='/usr/local' libdir='/usr/local/lib'
test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 .
if [ ! -d /usr/local/bin ] ; then /bin/sh ../build-aux/mkinstalldirs /usr/local/bin ; fi
case "darwin10.8.0" in \
 hpux*) gcc  -g -O2 `if test -n ''; then  /usr/local/bin; fi` iconv.o ../srclib/libicrt.a -L/usr/local/lib -liconv -L/usr/local/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation  `if test -n ''; then echo " -Wl,+b -Wl,/usr/local/lib"; fi` -o iconv;; \
 *) /bin/sh ../libtool --mode=link gcc  -g -O2 `if test -n ''; then  /usr/local/bin; fi` iconv.o ../srclib/libicrt.a /usr/local/lib/libiconv.la -L/usr/local/lib -lintl -L/usr/local/lib -liconv -lc -R/usr/local/lib -Wl,-framework -Wl,CoreFoundation  -o iconv;; \
esac
libtool: link: cannot find the library `/usr/lib/libiconv.la' or unhandled argument `/usr/lib/libiconv.la'
make[1]: *** [install] Error 1
make: *** [install] Error 2

Any ideas? I noticed a lot of libiconv.la stuff mentioned in src/Makefile related to make install… Any ideas?

(The reason I'm doing this is that neon complains about the same error so I want to make sure libiconv is installed correctly. I need neon to compile svn with WebDAV support…)

Cheers
Alex

reply via email to

[Prev in Thread] Current Thread [Next in Thread]