sorry, now I have attached the complete error infos: make[1]: Leaving directory '/home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3/metis/build/Linux-x86_64' rm -rf build/Linux-x86_64 mkdir -p build/Linux-x86_64 cd build/Linux-x86_64 && cmake /home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3 -DCMAKE_VERBOSE_MAKEFILE=1 -DGKLIB_PATH=/home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3/metis/GKlib -DMETIS_PATH=/home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3/metis -DCMAKE_INSTALL_PREFIX=/home/yaakov/deal.ii-candi/parmetis-4.0.3 -DSHARED=1 -DCMAKE_C_COMPILER= -DCMAKE_CXX_COMPILER= -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. Best. Yaakov On Monday, April 30, 2018 at 6:27:27 AM UTC+2, Wolfgang Bangerth wrote: > > On 04/28/2018 01:21 PM, [email protected] <javascript:> wrote: > > > > -- Configuring incomplete, errors occurred! > > See also > > > "/home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3/build/Linux-x86_64/CMakeFiles/CMakeOutput.log". > > > > See also > > > "/home/yaakov/deal.ii-candi/tmp/build/parmetis-4.0.3/build/Linux-x86_64/CMakeFiles/CMakeError.log". > > > > Makefile:77: recipe for target 'config' failed > > make: *** [config] Error 1 > > Failure with exit status: 2 > > Exit message: There was a problem building parmetis 4.0.3. > > The error message for the actual problem should have been printed further > up > above where configuration tried to figure something out about parmetis. > You > need to scroll up to see what that is. > > Best > W. > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > <javascript:> > www: http://www.math.colostate.edu/~bangerth/ > > -- 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.
