The problem arises when running cmake, and when trying to determine the compiler and it's capabilities (as it can be seen above, during the process "Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.")
Am Montag, 9. Oktober 2017 18:00:09 UTC+2 schrieb Wolfgang Bangerth: > > On 10/06/2017 03:54 PM, 'Maxi Miller' via deal.II User Group wrote: > > I would like to try to help bug fixing, thus I was wondering where I can > find > > the commands which are run when building deal.II the first time (which > compile > > the test programs)? > > If you mean the commands that are run when you run 'cmake' (i.e., during > "configuration" of deal.II), then that's a bit complicated -- in essence, > this > is encoded in the many files under the cmake/ directory of deal.II. But > you > can find the output and error messages that are generated by the various > tests > in the CMakeFiles/CMakeOutput.log and CMakeFiles/CMakeError.log files in > the > build directories. > > If you are looking for the commands that are run when you type 'make' > (i.e., > while "building" deal.II), then you can just say > make VERBOSE=ON > and you will see the compiler commands for each file. > > 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.
