Felipe, The relevant error is at the end of the file:
Linking CXX executable cmTC_9dc5e /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9dc5e.dir/link.txt --verbose=1 /usr/bin/c++ -DDEAL_II_HAVE_USABLE_FLAGS_DEBUG -pedantic -fPIC -Wall -Wextra -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch -Woverloaded-virtual -Wno-deprecated-declarations -Wno-literal-suffix -std=c++11 -Wno-parentheses -Wno-unused-local-typedefs -Og -ggdb -Wa,--compress-debug-sections -rdynamic CMakeFiles/cmTC_9dc5e.dir/src.cxx.o -o cmTC_9dc5e -rdynamic -fuse-ld=gold pthread -ggdb -lm -ldl /usr/lib64/libz.so -lrt c++: error: pthread: No such file or directory This is the issue described in https://github.com/dealii/dealii/issues/9116 and fixed in https://github.com/dealii/dealii/pull/9117. Best, Daniel Am Mo., 10. Feb. 2020 um 22:13 Uhr schrieb Felipe Orellana < [email protected]>: > > Hello Dan, > > Thanks for your attention. > > I attach the CMakeError.log > > The first error is: c++: error: unrecognized command line option > '-Wplacement-new' > > Maybe there is a chain sequence, so all sprouts from it.. > > cheers many, > > Felipe > > > > > On Mon, 10 Feb 2020 at 23:41, Daniel Arndt <[email protected]> wrote: > >> >> So this is a strange bug. The problem is from the flag >>> -Woverloaded-virtual With gcc 4.8 and 4.9 As you can see the flag >>> alone works https://wandbox.org/permlink/GLbCK7qVqfScXrZp but if I add >>> another flag it won't compile >>> https://wandbox.org/permlink/4Lw7aNqGlJkik6SL If you have access to >>> gcc 5 or later, I would advise you to use that instead. You can also >>> try the latest version of deal.II maybe we don't use that flag >>> anymore. >>> >> >> The problem here are the additional quotes in the compiler arguments, see >> https://godbolt.org/z/bwDjWy. >> >> Felipe, could you also send the file CMakeErrors.log? >> >> Best, >> Daniel >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/dealii/CAOYDWb%2ByrLNsVfq7hcs%3D8inedF%2BoFhHYi9USJptYxE87Cv1P3g%40mail.gmail.com >> <https://groups.google.com/d/msgid/dealii/CAOYDWb%2ByrLNsVfq7hcs%3D8inedF%2BoFhHYi9USJptYxE87Cv1P3g%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dealii/CABP9zGWpOFJQP38ypMmdPYCqsRFbVGnS-d1-VD3phYBfgVz1yw%40mail.gmail.com > <https://groups.google.com/d/msgid/dealii/CABP9zGWpOFJQP38ypMmdPYCqsRFbVGnS-d1-VD3phYBfgVz1yw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/CAOYDWbKukxhPHR_hWX%3DDD%2BcWyWOuHSPO%3DjdORY6XmVs5jt-Xug%40mail.gmail.com.
