Hi! cc: Magick.o: No such file or directory
Posted: 2009-09-23T07:02:02-07:00
Hi:
can you help me? thank you.
can you help me? thank you.
Code: Select all
[size=200[root@mdevelop ImageMagick-6.4.0]# make
make all-am
make[1]: Entering directory `/home/lili/ImageMagick-6.4.0'
cd PerlMagick && make CC='gcc'
make[2]: Entering directory `/home/lili/ImageMagick-6.4.0/PerlMagick'
gcc -c -I../ -I.. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/openwin/include -I/usr/openwin/include/X11 -I/usr/local/include/libxml2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -g -O2 -Wall -W -D_REENTRANT -pthreads -xO3 -xspace -xildoff -DVERSION=\"6.4.0\" -DXS_VERSION=\"6.4.0\" -KPIC "-I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
gcc: unrecognized option `-KPIC'
gcc: language ildoff not recognized
gcc: Magick.c: linker input file unused because linking not done
rm -f blib/arch/auto/Image/Magick/Magick.so
LD_RUN_PATH="/home/lili/ImageMagick-6.4.0/PerlMagick/../magick/.libs:/home/lili/ImageMagick-6.4.0/PerlMagick/../wand/.libs" cc -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand -G -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/local/lib -lfreetype -lz -L/usr/local/lib Magick.o -o blib/arch/auto/Image/Magick/Magick.so -L/usr/local/lib -L/home/lili/ImageMagick-6.4.0/PerlMagick/../magick/.libs -lMagickCore -L/home/lili/ImageMagick-6.4.0/PerlMagick/../wand/.libs -lMagickWand
cc: Magick.o: No such file or directory
make[2]: *** [blib/arch/auto/Image/Magick/Magick.so] Error 1
make[2]: Leaving directory `/home/lili/ImageMagick-6.4.0/PerlMagick'
make[1]: *** [all-perl] Error 2
make[1]: Leaving directory `/home/lili/ImageMagick-6.4.0'
make: *** [all] Error 2
][/size]