Fedora installation issues #4475
Unanswered
anthonysirico
asked this question in
Build and configuration issues
Replies: 1 comment
-
First it is a link time error so your "source code" compile BUT compiler didn't manage to link the executable with the needed library. May we know the command line(s) you used to compile/build/run your program ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Fedora 41 so I downloaded Or-Tools for Fedora 39 cpp. I ran the make test and everything passed. Now i am trying to run one of the examples:
and i am receiving
Note that i am new to c++ so let me know if there is a basic error in my code.
Also, my
~/.bashrc
file reads:Beta Was this translation helpful? Give feedback.
All reactions