I am trying to compile software on Blue Gene Q using IBM XL compilers and I got this error message:
"iostreams/zlib.cpp", line 19.10: 1540-0836 (S) The #include file "zlib.h" is not found.
make[3]: *** [zlib.o] Error 1
I have installed a new version of zlib and updated LD_LIBRARY_PATH
with $HOME/zlib/include
Am I missing something?