hi..
I'm a new user of dealii and i'm trying to install it in my Windows 10
64bit machine through cygwin. but it gives me an error while executing the
step:
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ../deal.II
it gives an error saying:
process_begin: CreateProcess(NULL, /usr/bin/c++.exe -o
CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o -c
/cygdrive/c/New/dealii-master/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx,
...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: *** [CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o] Error 2
gmake: *** [cmTC_534af/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first): CMakeLists.txt:90 (PROJECT)
-- Configuring incomplete, errors occurred!
i have attached the log file.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Determining if the CXX compiler works failed with the following output:
Change Dir: /cygdrive/c/New/dealii-master/build/CMakeFiles/CMakeTmp
Run Build Command:"/cygdrive/c/Dwimperl/c/bin/gmake.exe" "cmTC_534af/fast"
C:/Dwimperl/c/bin/gmake -f CMakeFiles/cmTC_534af.dir/build.make
CMakeFiles/cmTC_534af.dir/build
gmake[1]: Entering directory `C:/New/dealii-master/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o
/usr/bin/c++.exe -o CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o -c
/cygdrive/c/New/dealii-master/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
gmake[1]: Leaving directory `C:/New/dealii-master/build/CMakeFiles/CMakeTmp'
process_begin: CreateProcess(NULL, /usr/bin/c++.exe -o
CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o -c
/cygdrive/c/New/dealii-master/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx,
...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: *** [CMakeFiles/cmTC_534af.dir/testCXXCompiler.cxx.o] Error 2
gmake: *** [cmTC_534af/fast] Error 2