Search found 3 matches

by valabregue
Mon, 2010-11-29, 16:53
Forum: DCMTK - Installation
Topic: Probleme compilling shared library (.so)
Replies: 4
Views: 9371

Hello I try by myself to change the creation of the .so by default I makefile generate the command gcc -shared -o libdcmnet.so assoc.o cond.o dcompat.o dimcancl.o dimcmd.o dimdump.o dimecho.o dimfind.o dimmove.o dimse.o dimstore.o diutil.o dulconst.o dulextra.o dulfsm.o dulparse.o dulpres.o dul.o ls...
by valabregue
Mon, 2010-11-29, 11:25
Forum: DCMTK - Installation
Topic: Probleme compilling shared library (.so)
Replies: 4
Views: 9371

Hello Thank you for your reply and sorry for having so basic knowledge on compilation... Could you precise how do I specify the other library? is it in the dcmtk makfile ? or just in the LD_LYBRARYPATH ? and How do you know which library should I add. for instance the ld lib/libdcmnet.so ld: warning...
by valabregue
Tue, 2010-10-26, 09:10
Forum: DCMTK - Installation
Topic: Probleme compilling shared library (.so)
Replies: 4
Views: 9371

Probleme compilling shared library (.so)

Dear all I try to complie dcmtk in a linux 64 server (centos 4.5) with gcc 4.1.2 to obtain dynamic shared library (.so) in order link them in an other application. I follow the FAQ #13 but I am not so sure. for CFLAGS and CXXFLAGS I just changed the -O option with -O2 -fPIC (and I let all other opti...