Include all libraries in executable #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was trying to see if I could try to run the binaries in the releases, but almost all of them errored out if the libraries weren't installed on the guest system if that makes sense.
Include libraries needed into executable (linker), or use libraries already provided on guest system
this involves changing some flags in the g++ linker/compiler, i feel that this would be more easier than editing the code so that all of the req'd deps are in the system libs
there would be more than one file for each operating system if i went with that last route