Hi, All

I recently installed dealii 9.1.1 on my new Macbook pro. The installation 
process was okay, however, when I tried to run the tutorial step-1 example, 
the following error message showed: 

QideMacBook-Pro:step-1 qzhang94$ make run
[ 66%] Built target step-1
[100%] Run step-1 with Debug configuration
dyld: Library not loaded: @rpath/libtbb_debug.dylib
  Referenced from: 
/Applications/deal.II.app/Contents/Resources/examples/step-1/./step-1
  Reason: image not found
make[3]: *** [CMakeFiles/run] Abort trap: 6
make[2]: *** [CMakeFiles/run.dir/all] Error 2
make[1]: *** [CMakeFiles/run.dir/rule] Error 2
make: *** [run] Error 2

I have tried to google this question and here are some provided solutions: 
(1) In https://github.com/dealii/dealii/wiki/MacOSX, it suggests 

*export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Users/.../deal.II/lib*, while in 
my computer it should be modified to: 
*export DYLD_LIBRARY_PATH=**$DYLD_LIBRARY_PATH: 
/Applications/deal.II.app/Contents/Resources/lib*. Unfortunately, it doesn't 
work 
(I cannot find DYLD_LIBRARY_PATH using *printenv* command, but when I type 
*echo $**DYLD_LIBRARY_PATH* , it shows above defined path). (2) In another 
deal.ll group post, 
https://groups.google.com/forum/#!msg/dealii/hKNu1IfwClw/90SEOaewAwAJ, 
<https://groups.google.com/forum/#!msg/dealii/hKNu1IfwClw/90SEOaewAwAJ> it 
provided a solution, but I think the problematic library is different from mine 
and I also
cannot locate this libtbb_debug.dylib library. (3) Other replies often 
suggested to use the latest dealii package while I already use the latest one. 

I am running dealii 9.1.1 on macOS Mojave 10.14.5 with Xcode 10.3, I don't know 
whether it is related to these software versions.

*Any suggestions on how to fix this problem? I will appreciate your help! 
Thanks a lot!*

Best regards!
Qi Zhang
 



-- 
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/c66c0046-b8b9-4f0a-95d6-b85cdd940192%40googlegroups.com.

Reply via email to