Page 1 of 1

Posted: 2006-07-11T18:07:03-07:00
by magick
Looks like a dependency tracking problem. Try
  • make clean
    make
If that fails, try
  • ./configure --disable-dependency-tracking
    make

Posted: 2006-07-12T06:54:43-07:00
by magick
Set your LD_LIBRARY_PATH environment variable to the path the library is installed, for example,
  • export LD_LIBRARY_PATH=/usr/local/lib
    convert logo: logo.gif