> I am looking to use ImageMagick with Gallery software.

  Download the ImageMagick source and type

    tar xvfz ImageMagick-6.5.5-6.tar.gz
    cd ImageMagick-6.5.5-6
    ./configure --prefix=/somepath --disable-installed
    make
    make install

  Where /somepath is typically a location in your user directory where the
  ImageMagick binaries and configuration files will reside.

  Now set the MAGICK_HOME environment variable to /somepath and 
  include /somepath/bin in your PATH variable.  You may also need to set the
  LD_LIBRARY_PATH variable as well or build ImageMagick static.

  See  http://www.imagemagick.org/script/advanced-unix-installation.php.

  Following the instructions I get:

  [domain***...@ssh-gw-5 ~]$ cd ImageMagick-6.5.5-4

  [domain***...@ssh-gw-5 ImageMagick-6.5.5-4]$ ./configure 
--prefix=/home/fhlinux178/n/*************.co.uk/user/im/ --disable-installed

  configuring ImageMagick 6.5.5-4

  checking build system type... i686-pc-linux-gnu

  checking host system type... i686-pc-linux-gnu

  checking target system type... i686-pc-linux-gnu

  checking whether build environment is sane... yes

  checking for a BSD-compatible install... /usr/bin/install -c

  checking for a thread-safe mkdir -p... /bin/mkdir -p

  checking for gawk... gawk

  checking whether make sets $(MAKE)... yes

  checking for gcc... no

  checking for cc... no

  checking for cl.exe... no

  configure: error: in 
`/home/fhlinux178/n/newyouththeatre.co.uk/user/ImageMagick-6.5.5-4':

  configure: error: no acceptable C compiler found in $PATH

  See `config.log' for more details.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to