On Monday, November 16, 2009, at 11:18AM, "Martin Costabel" 
<costa...@wanadoo.fr> wrote:
>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

This is what I get.

$ grep /usr/lib/libiconv.la -r /sw/lib 
grep: /sw/lib/fontconfig2/lib/libfontconfig.la: No such file or directory
grep: /sw/lib/libecpg.4.dylib: No such file or directory
grep: /sw/lib/libecpg_compat.3.dylib: No such file or directory
grep: /sw/lib/qt3/mkspecs/darwin-g++/darwin-g++: No such file or directory
grep: /sw/lib/qt3/mkspecs/default/darwin-g++: No such file or directory
grep: /sw/lib/treectrl2.1/htmldoc/treectrl.html: Permission denied
grep: /sw/lib/treectrl2.1/htmldoc/What's New in TkTreeCtrl.html: Permission 
denied
grep: /sw/lib/X11/fonts/appleotf/AquaKanaBold.otf: No such file or directory
grep: /sw/lib/X11/fonts/appleotf/AquaKanaRegular.otf: No such file or directory
grep: /sw/lib/X11/fonts/applettf/Chalkboard.ttf: No such file or directory
grep: /sw/lib/X11/fonts/applettf/ChalkboardBold.ttf: No such file or directory

The "no such file or directory" are all links to non-existent targets.

$ ls -l /sw/lib/fontconfig2/lib/libfontconfig.la
lrwxr-xr-x 1 root admin 21 2009-11-16 04:40 
/sw/lib/fontconfig2/lib/libfontconfig.la -> libfontconfig.fink.la

Might I be able to work around the problem by creating a link, like the one 
below?

$ sudo ln -fs /sw/lib/libiconv.la /usr/lib

Ben


------------------------------------------------------------------------------
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