Hello,<br><br>sorry to come back on this subject, but I can't solve the problem. I've made:<br><br>LD_LIBRARY_PATH=/usr/local/lib/gdcm/<br>export LD_LIBRARY_PATH<br><br>But the result is the same:<br><br>/usr/bin/ld: cannot find -lgdcm<br><br>Thanks a lot, Olivier<br><br>________________<br> <br>Hi,<br><br>Your problem is the same you got with you gdcm.h not found : the gdcm <br>library (libgdcm.so) is not in your library include path (eithier <br>$LD_LIBRARY_PATH or included inline in the link line : <br>-Lwherever_your_library_is -lgdcm instead of -lgdcm)<br><br>/usr/bin/ld: cannot find -lgdcm   ---> the linker can't find the gdcm <br>library<br><br>Yours,<br>Emmanuel