Page 1 of 1

Problem Installing ImageMagick On Solaris9 and Solaris10.

Posted: 2008-01-24T10:56:28-07:00
by rukmakar
Hello All, Any help will be greatly appreciated.

I am trying to install Image Magick on Solaris 9 and Solaris 10
when when I issue make command it goes well for a while and it stops with following message.

depbase=`echo ltdl/ltdl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./magick -I./wand -I. -I. -I./Magick++/lib -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/include/libxml2 -g -O2 -Wall -W -D_REENTRANT -pthreads -MT ltdl/ltdl.lo -MD -MP -MF $depbase.Tpo -c -o ltdl/ltdl.lo ltdl/ltdl.c &&\
mv -f $depbase.Tpo $depbase.Plo
ltdl/ltdl.c: In function `foreach_dirinpath':
ltdl/ltdl.c:2718: warning: comparison between signed and unsigned
ltdl/ltdl.c:2727: warning: comparison between signed and unsigned
ltdl/ltdl.c: In function `try_dlopen':
ltdl/ltdl.c:3176: warning: comparison between signed and unsigned
ltdl/ltdl.c: In function `lt_dlpath_insertdir':
ltdl/ltdl.c:4037: warning: comparison between signed and unsigned
ltdl/ltdl.c: At top level:
ltdl/ltdl.c:2841: warning: unused parameter 'deplibs'
ltdl/ltdl.c:2803: warning: unused parameter 'ignored'
ltdl/ltdl.c:1145: warning: unused parameter 'loader_data'
ltdl/ltdl.c:1129: warning: unused parameter 'loader_data'
ltdl/ltdl.c:1114: warning: unused parameter 'loader_data'
ltdl/ltdl.c:2011: warning: unused parameter 'loader_data'
ltdl/ltdl.c:2117: warning: unused parameter 'loader_data'
ltdl/ltdl.c:2107: warning: unused parameter 'loader_data'
ltdl/ltdl.c:2057: warning: unused parameter 'loader_data'
ltdl/ltdl.c:1970: warning: unused parameter 'loader_data'
/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/local/lib -R/usr/local/lib -lfreetype -lz -o ltdl/libltdl.la ltdl/ltdl.lo -ldl
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
make: *** [ltdl/libltdl.la] Error 1
#


Many thanks in advance :?

Re: Problem Installing ImageMagick On Solaris9 and Solaris10.

Posted: 2008-01-24T13:11:26-07:00
by magick
Are you using ImageMagick 6.3.8-1, the latest release? We just built it on a Solaris 9 box without receiving any complaints. You could also try 'make -k -i' to see if it limps through the rest of the build.

Re: Problem Installing ImageMagick On Solaris9 and Solaris10.

Posted: 2008-01-29T12:25:00-07:00
by rukmakar
Do we have to install any dependencies?