Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Take a look at config.log and browse down until you find -llcms. Somewhere in that area, the log file will show why LCMS failed to validate, perhaps ImageMagick could not find the lcms.h header file. Fix the problem and rerun the configure script until the LCMS delegate library is validated.