There is nothing special about GNU/Linux is that respect.
You would still build your code from source, and be very careful handling any dependencies you don't have the source for.
The worst kind of undefined behaviour you can have in C++ is ODR violations, and importing binaries is more likely than not to trigger them, unless you closely manage their ABI.
You would still build your code from source, and be very careful handling any dependencies you don't have the source for.
The worst kind of undefined behaviour you can have in C++ is ODR violations, and importing binaries is more likely than not to trigger them, unless you closely manage their ABI.