Daniel Macks wrote:
On Tue, Feb 28, 2006 at 07:05:34PM +0100, Pascal Lamboley wrote:
Mac G5 runnig Mac OS X 10.4.5 (same problem on a G4 also running 10.4.5)
fink --version
   Package manager version: 0.24.12
[libmng2-1.0.9-10: all claimed to be okay until...]
/bin/sh ./libtool --mode=link gcc -g -O2 -L/sw/lib -o libmng.la - rpath /sw/lib -version-info 1:0:0 libmng_callba ck_xs.lo libmng_chunk_io.lo libmng_chunk_prc.lo libmng_chunk_xs.lo libmng_cms.lo libmng_display.lo libmng_dither.l o libmng_error.lo libmng_filter.lo libmng_hlapi.lo libmng_jpeg.lo libmng_object_prc.lo libmng_pixels.lo libmng_pro p_xs.lo libmng_read.lo libmng_trace.lo libmng_write.lo libmng_zlib.lo -lz -ljpeg -llcms gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libmng. 1.0.0 .libs/libmng_callback_xs.o .libs/libmng

There is a missing "dylib" suffix here.
[]
ar: libmng_zlib.o~ranlib: No such file or directory
make: *** [libmng.la] Error 1
[...]
I cannot understand how this "~" got into the way.

This "~" is there in some intermediate step, but it should be transformed into a newline by libtool (if I understand correctly, but who can understand libtool's crazy ways?).

So one thing to check is the version of libtool installed. Also the vesions of the auto packages, because this package uses them from the ground up. What does

  fink list -it auto libtool

report? Another possibility is that some of the libtool helper tools like sed are acting up.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to