|
|
|
|
|
by Arnavion
1251 days ago
|
|
>it is like "if there is one thing you as a developer control it is the compiler". >I understood this: that's what you put in your sysroot You're advocating mixing compilers and libraries that are not from the same distro release. While it may work for you it's generally a recipe for disaster. The correct and least-mental-overhead way of building packages for $distro is to build on $distro. The fact that users of $distro can then build your package themselves using the standard distro method is an extra benefit. |
|
What libraries on Linux don't use the SystemV C ABI on x86?