|
|
|
|
|
by em-bee
89 days ago
|
|
The only problem with this approach is that glibc cannot have multiple versions running at once that's not correct. libraries have versions for a reason. the only thing preventing the installation of multiple glibc versions is the package manager or the package versioning. this makes building against an older version of glibc non-trivial, because there isn't a ready made package that you can just install. the workarounds take effort: https://stackoverflow.com/questions/2856438/how-can-i-link-t... the problem for companies developing on linux is that it is not trivial |
|
So in practice you can only have 1 linker, 1 glibc (unless you do chroot or containers and at that point just build your stuff in Ubuntu 12.04 or whatever environment)