If you want your executable to work on top of just the kernel, without any library what so ever present, then yes, you'll have to link all libraries statically into that executable.
Cheers,
_
If you want your executable to work on top of just the kernel, without any library what so ever present, then yes, you'll have to link all libraries statically into that executable.
Cheers,
_
bloks (11th June 2014)
Is there a resource somewhere that compares the Ubuntu and OpenSUSE libraries?
I'm concerned about linking libraries that potentially could break the program, such as X11, and linking libraries that makes other ones redundant.
Bookmarks