Compiling dcmtk on Windows XP using MSYS and MinGW

Compilation and installation of DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
th_
Posts: 1
Joined: Wed, 2009-09-02, 09:34

Compiling dcmtk on Windows XP using MSYS and MinGW

#1 Post by th_ »

Hi
I am having some problems with using MinGW and MSYS for dcmtk compilation:
I used the pre-compiled zlib and openssl bin and dev files for MinGW and MSYS
./configure --prefix=/c/libs/dcmtk did not throw any errors at first glance,
mingw32-make compiled the sources fine
but a
mingw32-make install-libs returns the following error

Code: Select all

$ mingw32-make.exe install-lib
(cd config && c:/mingw/bin/mingw32-make ARCH="" DESTDIR="" install-lib)
mingw32-make[1]: Entering directory `c:/dcmtk/config'
./mkinstalldirs /c/libs/dcmtk/include
mkdir -p -- /c/libs/dcmtk/include
./mkinstalldirs /c/libs/dcmtk/include/dcmtk
mkdir -p -- /c/libs/dcmtk/include/dcmtk
./mkinstalldirs /c/libs/dcmtk/include/dcmtk/config
mkdir -p -- /c/libs/dcmtk/include/dcmtk/config
/bin/install -c -m 644 include/dcmtk/config/osconfig.h /c/libs/dcmtk/include/dcmtk/config
process_begin: CreateProcess(NULL, /bin/install -c -m 644 include/dcmtk/config/osconfig.h /c/libs/dcmtk/include/dcmtk/config, ...) failed.
make (e=3): Das System kann den angegebenen Pfad nicht finden.
mingw32-make[1]: *** [include-install] Error 3
mingw32-make[1]: Leaving directory `c:/dcmtk/config'
mingw32-make: *** [config-install-lib] Error 2
Did i miss something during the configuration process/any deps/...
Do you know how to resolve this error?

Thanks in advance
Thomas

Jörg Riesmeier
ICSMED DICOM Services
ICSMED DICOM Services
Posts: 2217
Joined: Fri, 2004-10-29, 21:38
Location: Oldenburg, Germany

#2 Post by Jörg Riesmeier »

Did you already check whether the destination directory has been created before the file is copied (and whether the file to be copied exists at all)?

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests