Error while installation of ImageMagick-6.5.1-10 on Solaris

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
rimjhim
Posts: 1
Joined: 2014-09-26T05:16:40-07:00
Authentication code: 6789

Error while installation of ImageMagick-6.5.1-10 on Solaris

Post by rimjhim »

Dear All,

We are trying to install ImageMagick-6.5.1-10 on Solaris 10.Below were path were set.The './configure' execution was successfully,however 'make' command failed and getting errors.

1. LD_LIBRARY_PATH="/opt_local/dis/software/ImageMagick-6.5.1-10/lib:/usr/sfw/lib:/usr/local/lib:/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3";export LD_LIBRARY_PATH;

2. HOME="/opt_local/dis/software";export HOME;

3. MAGICK_HOME="$HOME/ ImageMagick-6.5.1-10";export MAGICK_HOME;

4. LIBRARY_PATH="/opt_local/dis/software/ImageMagick-6.5.1-10/lib:/usr/sfw/lib:/usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3";export LIBRARY_PATH

5. PATH="/usr/bin:/sbin:/usr/local/bin:/usr/openwin/bin:/usr/dt/bin:/bin:/usr/sfw/bin/:/usr/ccs/bin:/opt_local/dis/software/ImageMagick-6.5.1-10/bin:/opt_local/alfdisdev/oracle/product/11.2.0/client_1/bin";export PATH;

6. MAGICK_CONFIGURE_PATH=$MAGICK_HOME/lib/ImageMagick-6.5.0/config:$MAGICK_HOME/share/ImageMagick-6.5.0/config; export $MAGICK_CONFIGURE_PATH;

Also Which version of gcc compiler to be be used.

Could you please help me to solve this issue.

Regards
Abhijit Ohal
Post Reply