Hi all,

I used deal.II to solve my personal code and I can run it on Linux, but 
when I run it on Mac, it shows bug as follows. I am wondering anyone can 
help me on it.

Location: /usr/local/deal.II

/usr/local/lib : links to deal.II, lac, 
base,tbb,lib*,libdeal_II.g.dylib, libdeal_II.dylib
/usr/local/include : links to deal.II/lib/lib*.



The error information:

c++  -std=c++14 -o main  Beam1d.g.o  Data.g.o  main.g.o -L /usr/local/lib 
-L /usr/local/include -ldeal_II  -ldl -lpthread 

Undefined symbols for architecture x86_64:

  "tbb::internal::thread_get_id_v3()", referenced from:

      tbb::this_tbb_thread::get_id() in Beam1d.g.o

ld: symbol(s) not found for architecture x86_64

clang: *error: *linker command failed with exit code 1 (use -v to see 
invocation)

make: *** [main] Error 1

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to