make distclean leaving something behind

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
s7726
Posts: 2
Joined: 2011-08-04T23:28:28-07:00
Authentication code: 8675308

make distclean leaving something behind

Post by s7726 »

After having run configure and building for my platform. I then tried to make distclean and then rerun configure with the without-x as well as without-fontconfig and a few other options. I was unable to get the executables built to not depend on the X, fontconfig, etc. libs. (according to them not starting as well as ldd). After a few tries I deleted the directory, re-expanded the tar and then reran configure with the without statements, and was able to build executables without the extra dependencies.

It would seem make distclean is not cleaning up entirely. Also The Magick++-configure scripts created by the process appeared to not include the libraries although everything built against them required the X etc libs.

Gavin
Post Reply