Omnet++ 4.6 version, install error

0

I'm trying to install the 4.6 version of OmNET++ on Windows but I have an error like this:

/c/omnetpp-4.6$ ./configure
./configure: line 1743: cannot create temp file for here-document: No such file or directory
./configure: line 1755: cannot create temp file for here-document: No such file or directory
./configure: line 1790: cannot create temp file for here-document: No such file or directory
./configure: line 1952: cannot create temp file for here-document: No such file or directory
./configure: line 1956: cannot create temp file for here-document: No such file or directory
./configure: line 1960: cannot create temp file for here-document: No such file or directory
./configure: line 1964: cannot create temp file for here-document: No such file or directory
./configure: line 1968: cannot create temp file for here-document: No such file or directory
./configure: line 1972: cannot create temp file for here-document: No such file or directory
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
configure: -----------------------------------------------
configure: reading configure.user for your custom settings
configure: -----------------------------------------------
checking for icc... no
checking for gcc... gcc
./configure: line 2535: cannot create temp file for here-document: No such file or directory
checking whether the C compiler works... no
sed: can't read conftest.c: No such file or directory
configure: error: in `/c/omnetpp-4.6':
configure: error: C compiler cannot create executables
See `config.log' for more details

I've tried everything but it doesn't works. I need this version, the others doesn't work with the library I need to use for my work. Thank you for the help...

Alessandra Fontana

Posted 2019-06-05T09:10:59.853

Reputation: 1

configure script does not install a software. It's for developers to "configure" the source code environment which produces makefile to compile/install it. – Biswapriyo – 2019-06-05T09:46:42.260

No answers