
It fails like this (on a re-run of make after vanilla configure):
$ make make all-recursive make[1]: Entering directory `/home/bkerin/tmp/inkscape-0.48.0' Making all in src make[2]: Entering directory `/home/bkerin/tmp/inkscape-0.48.0/src' CXXLD inkscape /usr/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i486-linux-gnu/4.3.2/libgomp.so, may conflict with librt.so.19 /usr/bin/ld: warning: librt.so.1, needed by /usr/lib/gcc/i486-linux-gnu/4.3.2/libgomp.so, may conflict with librt.so.19 libinkscape.a(addNoise.o): In function `Inkscape::Extension::Internal::Bitmap::AddNoise::applyEffect(Magick::Image*)': /home/bkerin/tmp/inkscape-0.48.0/src/extension/internal/bitmap/addNoise.cpp:29: undefined reference to `Magick::Image::addNoise(MagickLib::NoiseType)' libinkscape.a(channel.o): In function `Inkscape::Extension::Internal::Bitmap::Channel::applyEffect(Magick::Image*)': /home/bkerin/tmp/inkscape-0.48.0/src/extension/internal/bitmap/channel.cpp:32: undefined reference to `Magick::Image::channel(MagickLib::ChannelType)' libinkscape.a(levelChannel.o): In function `Inkscape::Extension::Internal::Bitmap::LevelChannel::applyEffect(Magick::Image*)': /home/bkerin/tmp/inkscape-0.48.0/src/extension/internal/bitmap/levelChannel.cpp:33: undefined reference to `Magick::Image::levelChannel(MagickLib::ChannelType, double, double, double)' collect2: ld returned 1 exit status make[2]: *** [inkscape] Error 1 make[2]: Leaving directory `/home/bkerin/tmp/inkscape-0.48.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/bkerin/tmp/inkscape-0.48.0' make: *** [all] Error 2
any clues?
Thanks, Britton