On 5/14/20 5:19 AM, Yang Liu wrote:
TARGET_LINK_LIBRARIES(step-6 /usr/local/hlibpro-2.8.1/lib/libhpro.dylib)
/-------------------------------------------------------/
The build succeeded. But an error occurs during runtime:
dyld: Library not loaded: src/libhpro.dylib
Referenced from:
/Applications/deal.II.app/Contents/Resources/examples/hfem/./hFEM_OOP
Reason: image not found
What it is saying is that libhpro.dylib depends on another library named
src/libhpro.dylib, but that when you are trying to run the step-6 executable,
it can't find that other library.
What src/libhpro.dylib is, and why libhpro.dylib depends on it, is hard to
tell from a distance. It probably has something to do with how you created and
installed libhpro.dylib.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bange...@colostate.edu
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dealii/761b1a7c-1671-acb0-46b0-59cd4d46ca80%40colostate.edu.