make error..

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
dognose
Posts: 265
Joined: 2005-03-08T22:16:37-07:00

make error..

Post by dognose »

from ImageMagick-6.2.6 source

Code: Select all

then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
/bin/sh ./libtool --silent --tag=CC --mode=link gcc  -g -O2 -Wall -pthread  -L/usr/lib -o utilities/animate -L/usr/lib utilities/animate.o magick/libMagick.la wand/libWand.la
magick/.libs/libMagick.so: undefined reference to `IsTrue'
collect2: ld returned 1 exit status
make: *** [utilities/animate] Error 1
Linux xxxxxx.com 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux
Post Reply