[How to] Minimal example compilation and run not working ld: Undefined symbols #96
Replies: 6 comments 13 replies
-
It should be OK. Can you post the error messages you get? You can also try to install it a different way just to make sure it's not the brew formula. Although the formula seems ok. |
Beta Was this translation helpful? Give feedback.
-
How do I update it? xcode 11.3 is the most of to date for my computer. (I cannot upgrade the system to obtain more recent version) |
Beta Was this translation helpful? Give feedback.
-
Clang 11.0.0 I cannot compile the source. Same as above. |
Beta Was this translation helpful? Give feedback.
-
'path' has been explicitly marked unavailable here but filesystem seems to be found... |
Beta Was this translation helpful? Give feedback.
-
apparently not in 10.14... : |
Beta Was this translation helpful? Give feedback.
-
I am trying with gcc 10 (If anyone reading these lines has an error -lSystem not found on a mac, reinstall gcc) |
Beta Was this translation helpful? Give feedback.
-
I'm trying to run a very simple example taken from the examples directory.
I installed matplot++ with Brew
My CMake configuration is the following
It seems to find all libraries etc, but when creating an executable I get ld: Undefined symbols errors.
Any idea what's going wrong??
Beta Was this translation helpful? Give feedback.
All reactions