Hi,
I am trying to install lcms-1.12-1 as part of an install of imagemagick. I get the following error after a while:
/bin/sh ../libtool --mode=link gcc -g -O2 -L/sw/lib -o jpegicc -L/sw/lib jpegicc.o iccjpeg.o getopt.o ../src/liblcms.la -ljpeg -lm
mkdir .libs
gcc -g -O2 -o .libs/jpegicc jpegicc.o iccjpeg.o getopt.o -L/sw/lib ../src/.libs/liblcms.dylib /sw/lib/libjpeg.dylib -lm
gcc: ../src/.libs/liblcms.dylib: No such file or directory
make[1]: *** [jpegicc] Error 1
make: *** [all-recursive] Error 1
### execution of make failed, exit code 2
Failed: compiling lcms-1.12-1 failed
For the record: The problem was found to come from the fact that Daniel used a non-Apple build of gcc. The libtool in lcms (which seems to be a libtool-1.5 variant) looks whether "cc -v" has the string "Apple" in its output. If not, it does not build any shared libraries on Darwin.
I don't think we support non-Apple compilers, so I have no intention to try to fix this.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users