linux - /usr/bin/ld: cannot find -ldcmimage -
am trying compile dcmbeam using make on centos 7 -x64, getting these errors:
make c++ -g -o -i/usr/include/libxml2 -d_reentrant -d_xopen_source_extended -d_xopen_source=500 -d_bsd_source -d_bsd_compat -d_osf_source -d_posix_c_source=199506l -wall -l/usr/local/dicom/lib -o dcmbeam dcmbeam.o -ldcmimage -ldcmimgle -ldcmdata -lofstd -lz -lpthread /usr/bin/ld: cannot find -ldcmimage /usr/bin/ld: cannot find -ldcmimgle /usr/bin/ld: cannot find -ldcmdata /usr/bin/ld: cannot find -lofstd collect2: error: ld returned 1 exit status make: *** [dcmbeam] error 1
any ideas trying find? , location looking at? attach src code zipped on dropbox, link: download src code
thanks alot!
being 1 of dcmtk developers, looked @ error log , seems forgot link "oflog" library (which has been introduced dcmtk 3.6.0).
Comments
Post a Comment