Ben Abbott wrote:
[]
> My fontconfig2 lib directory how holds ...
> 
> $ ls /sw/lib/fontconfig2/lib
> libfontconfig.1.dylib  libfontconfig.dylib  libfontconfig.la  pkgconfig
> 
> However, I still get the error below (when I try to build Octave using the 
> deverloper's sources).
> 
> /bin/sh ../libtool --tag=CXX   --mode=link g++-4 -I /sw/include -O3 
> -I/sw/include/freetype2 -I/sw/include   -DHAVE_CONFIG_H -mieee-fp 
> -I/usr/X11/include   -Wall -W -Wshadow -Wold-style-cast -Wformat -I 
> /sw/include -O3 -I/sw/include/freetype2 -I/sw/include -D_THREAD_SAFE  -I 
> /sw/include -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 
> liboctinterp_la-bitfcns.lo <***snip***> liboctinterp_la-Quad-opts.lo   
> ../liboctave/liboctave.la ../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

The obvious question is: Is /usr/lib/libiconv.la still mentioned in 
libfontconfig.la? If not, where else is it mentioned? There *must* be 
some *.la file that has /usr/lib/libiconv.la in its dependency_libs field.

  grep /usr/lib/libiconv.la -r /sw/lib

-- 
Martin

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to