- make -k -i install
failed Install from source on Solaris 8
Re: failed Install from source on Solaris 8
I had the same problem trying to install ImageMagick from source on Solaris 10:
I don't know anything about how compiling works, but I don't understand why it was trying to doing anything with the file ltdl/libltdl.la since that file was not part of the source package I downloaded. What is ltdl, and could I somehow compile ImageMagick without it?
I tried the sunfreeware.com ImageMagick package, but it doesn't seem to include the FreeType delegate support, which is integral to what I want to use ImageMagick for (the FlowchartPlugin for TWiki).
Code: Select all
/bin/bash ./libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -W -D_REENTRANT -pthreads -no-undefined -version-info 4:0:1 -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/local/lib -R/usr/local/lib -lfreetype -lz -o ltdl/libltdl.la ltdl/ltdl.lo -ldl
libtool: link: warning: library `/usr/local/lib/libfreetype.la' was moved.
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
make: *** [ltdl/libltdl.la] Error 1
I tried the sunfreeware.com ImageMagick package, but it doesn't seem to include the FreeType delegate support, which is integral to what I want to use ImageMagick for (the FlowchartPlugin for TWiki).