Replies: 1 comment 1 reply
-
|
I'd go with Just do something like: gcc -o elt-cli your_files.c -L/path/to/libelenavm60 -lelenavm60 -Wl,-rpath,/path/to/libelenavm60The symlink in If you want to make it even more portable, you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on migrating the virtual terminal (elt-cli) to Linux. Now it works for I386, other platforms will be added a bit later.
And I have a question about a path to my virtual machine libelenavm60. Do I need to create a symbol link to it and place it in /usr/lib32 ? Alternative would be to use the direct path to the library (-rpath option of GCC).
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions