octave-maintainers
[Top][All Lists]
Advanced

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

build failure - no static version of libiconv.la


From: Ben Abbott
Subject: build failure - no static version of libiconv.la
Date: Sun, 15 Nov 2009 13:09:04 -0500

/bin/sh ../libtool --tag=CXX   --mode=link g++-4 -O3 -I/sw/include/freetype2 
-I/sw/include   -DHAVE_CONFIG_H -mieee-fp -I/usr/X11/include   -Wall -W 
-Wshadow -Wold-style-cast -Wformat -O3 -I/sw/include/freetype2 -I/sw/include 
-D_THREAD_SAFE  -O3 -I/sw/include/freetype2 -I/sw/include -release 3.3.50+  
-L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib -L/sw/lib/gcc4.4/lib/ -L/sw/lib 
-lgfortran -lGraphicsMagick -lfltk_gl -lfltk -lpthread -o liboctinterp.la 
-rpath /sw/lib/octave-3.3.50+ liboctinterp_la-Cell.lo […] 
../libcruft/libcruft.la   -lfftw3 -lfftw3f  -lhdf5  -lz -L/usr/X11/lib 
-lfontconfig -Wl,-framework -Wl,OpenGL -L/usr/X11/lib -lX11  -lreadline 
-lncurses   -framework Accelerate -lm  -L/sw/lib -lfreetype -lz 
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -Wl,-framework 
-Wl,OpenGL /sw/lib/gcc4.4/lib/libgfortran.dylib -lm  -L/sw/lib -lfreetype -lz 
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices -Wl,-framework 
-Wl,OpenGL
libtool: link: warning: `/sw/lib/gcc4.4/lib//libgfortran.la' seems to be moved
libtool: link: warning: `/sw/lib/gcc4.4/lib//libgfortran.la' seems to be moved
libtool: link: warning: `/sw/lib/gcc4.4/lib//libgfortran.la' seems to be moved
grep: /usr/lib/libiconv.la: No such file or directory
/sw/bin/sed: can't read /usr/lib/libiconv.la: No such file or directory
libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive
make[3]: *** [liboctinterp.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Using Fink a dynamic (shared) version of libiconv is installed on Mac OSX, but 
no static version.

$ ls -l /usr/lib/libiconv*
lrwxr-xr-x 1 root wheel      16 2009-08-28 12:08 /usr/lib/libiconv.2.4.0.dylib 
-> libiconv.2.dylib
-rw-r--r-- 1 root wheel 3098592 2009-05-18 19:09 /usr/lib/libiconv.2.dylib
lrwxr-xr-x 1 root wheel      20 2009-08-28 12:08 /usr/lib/libiconv.dylib -> 
libiconv.2.4.0.dylib

Can this be fixed during the configure process, or is there a configure option 
I can specify to resolve this?

If not, I can try to have the package maintainer at Fink modify the libiconv 
package.

Ben




reply via email to

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