Search found 6 matches

by rcomeau
Fri, 2005-07-15, 13:07
Forum: DCMTK - Installation
Topic: Location of the library files after make install
Replies: 2
Views: 5142

Whoops, I missed that line in the INSTALL file. Thanks! I looked at the Makefile and misread that as well (I read "install-lib" as "install -lib" which did not work of course!

Thanks again.

Roch
by rcomeau
Wed, 2005-07-13, 20:47
Forum: DCMTK - Installation
Topic: Location of the library files after make install
Replies: 2
Views: 5142

Location of the library files after make install

Hello, This may be a dumb question but after building dcmtk and runnig "make install", the command line binaries and their man pages get installed in /usr/local/dcmtk/bin and /man (in my setup, I used ./config --prefix=/usr/local/dcmtk), however the lib files do not get moved into /usr/loc...
by rcomeau
Mon, 2005-06-06, 11:45
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.5.3 on OSX (gcc 4.0)
Replies: 8
Views: 54969

Compiling dcmtk with OS X 10.4 (Tiger)

Marco,

Thank you for the reply and the fix!

Regards,

Roch Comeau
by rcomeau
Fri, 2005-06-03, 14:40
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.5.3 on OSX (gcc 4.0)
Replies: 8
Views: 54969

Hello, I have not checked back for a while because I assumed that the e-mail notification would let me now if there was another response. I guess that only applies if an offis member replies. Anyway, jens, your solution worked for me as well, thank you very much! I used "*-*-darwin8.*)" as...
by rcomeau
Fri, 2005-04-29, 23:09
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.5.3 on OSX (gcc 4.0)
Replies: 8
Views: 54969

Compiling dcmtk with OS X 10.4 (Tiger)

Hello, After some investigation and posting to Apple's unix-port forum, I have found what has changed going from OS X 10.3 (gcc 3.3) and 10.4 (gcc 4.0) that was causing dcmtk to not build: 1: In many header files in 10.3 (e.g. types.h, time.h ...), certain typedefs were within a #ifndef _POSIX_SOURC...
by rcomeau
Thu, 2005-04-21, 16:04
Forum: DCMTK - Installation
Topic: Compiling dcmtk 3.5.3 on OSX (gcc 4.0)
Replies: 8
Views: 54969

Compiling dcmtk 3.5.3 on OSX (gcc 4.0)

Hello, I am trying to build the latest dcmtk (3.5.3) on OS X as the latest version available via fink is 3.5.2 and lacks some new features that I would like to use. Unfortunately I am getting compile errors that I do not know how to correct. I am using gcc 4.0, which I suspect is the issue. Here are...