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
Do you know how to resolve this error?
Thanks in advance
Thomas