I am attempting to install ImageMagick on an iSeries system. I have run the config command, but when I run make I get this error
> make
exec(): 0509-036 Cannot load program make because of the following errors:
0509-150 Dependent module /usr/local/lib/libintl.a(libintl.so.3) could not be loaded.
0509-022 Cannot load module /usr/local/lib/libintl.a(libintl.so.3).
0509-026 System error: A file or directory in the path name does not exist.
0509-021 Additional errors occurred but are not reported. [/code]
my libintl.a is located in /local/lib instead of /usr/local/lib. Is there something I can change in the configure options possibly to get it to point to this location?
Thanks
Chelsea Fenton