Wow Bruno, thanks for the quick response. I tried compiling Tutorial 1 in the following locations: directory where I installed deal, the directory where I created the make files and the directory containing of the dealii headers. In all cases I get the same issue.
In the case of trying to compile the tbb.cc code using the command sudo gcc tbb.cc -std=c++11 I get a long string of errors that look something like this tbb.cc:(.text._ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN6dealii10WorkStream8internal15Implementation225IteratorRangeToItemStreamINS_17__normal_iteratorIPiSt6vectorIiSaIiEEEE12scratch_data9copy_dataE8ItemType17ScratchDataObjectEEE8allocateEmPKv[_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIN6dealii10WorkStream8internal15Implementation225IteratorRangeToItemStreamINS_17__normal_iteratorIPiSt6vectorIiSaIiEEEE12scratch_data9copy_dataE8ItemType17ScratchDataObjectEEE8allocateEmPKv]+0x46): > undefined reference to `operator new(unsigned long)' > /tmp/ccAgCMHw.o: In function > `tbb::interface6::internal::signal_task::~signal_task()': > tbb.cc:(.text._ZN3tbb10interface68internal11signal_taskD2Ev[_ZN3tbb10interface68internal11signal_taskD5Ev]+0x34): > > undefined reference to `operator delete(void*)' > Your help is greatly appreciated. Peter On Thursday, August 25, 2016 at 9:20:03 AM UTC-4, Bruno Turcksin wrote: > > Hi, > > On Thursday, August 25, 2016 at 8:59:11 AM UTC-4, [email protected] > <javascript:> wrote: >> >> So I installed dealII and everything presumably went according to plan. 0 >> out of the 4 tests failed. Then when I copy and pasted tutorial 1 and >> tried to run it, I ended up with 792 errors. Here are some samples: >> >> /usr/local/include/deal.II/base/data_out_base.h:2637:15: error: ‘tuple’ >>> is not a member of ‘dealii::std_cxx11’ >>> std::vector<std_cxx11::tuple<unsigned int, unsigned int, std::string> >>> > >>> >> What happens if you go in the directory where you have installed deal and > try to compile the tests from there? You should have a directory with all > the tests there. > > Best, > > Bruno > -- 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.
