On Nov 13, 2008, at 2:47 AM, pir2.jv wrote:

>
> Le 7 nov. 08 à 16:16, Alexander Hansen a écrit :
>
>>
>>
>> On Nov 7, 2008, at 6:56 AM, pir2.jv wrote:
>>
>>> I tried to install caca with fink on a macBook Pro, Mac OS X.5.5
>>> It fails.
>>>
>>>
>>>
>>> Jacques Vernin
>>>
>>>
>>>
>>> <
>>> caca_fink_install_caca
>>> .rtf
>>> >
>>> -------------------------------------------------------------------------
>>
>>
>> I retitled the thread, since your problem has _nothing_ to do with  
>> caca, as you haven't reached that package yet.
>>
>> Cutting out everything in your attachment that didn't really seem  
>> to matter:
>>
>> /bin/sh ../../../libtool --tag=CC --mode=link gcc  -g -O2  -L/sw/ 
>> lib/freetype219/lib -L/usr/X11R6/lib -o png.la -rpath /sw/lib/ 
>> imlib2/loaders -module -avoid-version loader_png.lo -lpng -lz - 
>> lm ../../../src/lib/libImlib2.la -L/sw/lib
>> libtool: link: warning: `/usr/X11R6/lib/libX11.la' seems to be moved
>> libtool: link: warning: `/usr/X11R6/lib/libXext.la' seems to be moved
>> gcc ${wl}-undefined ${wl}dynamic_lookup -o .libs/png.so - 
>> bundle  .libs/loader_png.o  -L/sw/lib/freetype219/lib -L/usr/X11R6/ 
>> lib /usr/X11/lib/libpng.3.0.0.dylib -L/usr/X11/lib -lz -lm ../../../ 
>> src/lib/.libs/libImlib2.dylib /sw/lib/freetype219/lib/ 
>> libfreetype.dylib -L/sw/lib /usr/X11R6/lib/libX11.6.2.0.dylib /usr/ 
>> X11R6/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/ 
>> X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libXau.6.0.0.dylib
>> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpng.3.0.0.dylib: No  
>> such file or directory
>> make[4]: *** [png.la] Error 1
>>
>> It looks like you may have a mismatch between your installed X11  
>> libraries and the libtool archive (.la) files that go with them.   
>> This, unfortunately, is not uncommon in Leopard--Xcode 3.1 has  
>> references to libraries that don't exist in the released X11 for  
>> Leopard.  Do you have Xcode 3.1 or 3.1.1 installed by chance?
>
> No, I have 3.0
>
>>
>>
>> Just so that we know for sure what's going on in your system, post  
>> the results of running
>>
>> ls /usr/X11/lib/libpng*
>>
> The result is:
> new-host:~ jacquesvernin$ ls /usr/X11/lib/libpng*
> /usr/X11/lib/libpng.3.24.0.dylib      /usr/X11/lib/libpng12.0.24.0.dylib
> /usr/X11/lib/libpng.3.26.0.dylib      /usr/X11/lib/libpng12.0.26.0.dylib
> /usr/X11/lib/libpng.3.dylib           /usr/X11/lib/libpng12.0.dylib
> /usr/X11/lib/libpng.dylib             /usr/X11/lib/libpng12.dylib
> /usr/X11/lib/libpng.la                        /usr/X11/lib/libpng12.la
>
> Thank you for your message.
>
> Jacques Vernin
> πR2
> 10, Boulevard de Brazza
> 13008 Marseille
> courriel: [EMAIL PROTECTED]
> Tel: 0491 734 736
>


There are a couple of things that can done here:

It appears that you have the current version of X11 (2.3.1) from  
macosforge org.   That being the case, you could install Xcode 3.1.1  
and then reinstall your X11 update.

Or another option would be to make the following symbolic link using  
the terminal:

sudo ln -s libpng.3.dylib /usr/X11/lib/libpng.3.0.0.dylib



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to