E
E
Evgeny Ivanovich2019-09-20 21:21:52
linux
Evgeny Ivanovich, 2019-09-20 21:21:52

Is it possible to compile libraries with different glibcs ​​on the same system?

Actually the essence of the question in the title of the question. Why I'm interested in this, I'll tell you now. Means I collect dynamic library statically under ubuntu for centos. When I try to use it, the version of glibc is different, but when I try to compile the same library under centos 7, I can't find the 32 bit library libstdc++_nonshared.a I'm tired of this garbage ..... I build the
library under CentOS 7 using devtools-8 , But that's not the point. The point is in the version of glibc and only because of the difference in versions you have to build the library under Cent OS 7. As I found out, devtools-8 does not support 32 bit compilation
https://stackoverflow.com/questions/55278573/is-it...
https stackoverflow.com/questions/847179/multipl...
https://stackoverflow.com/questions/14452172/build...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2019-10-18
@2ord

Yes. With the help of Docker.

V
ValdikSS, 2019-10-23
@ValdikSS

https://github.com/wheybags/glibc_version_header
https://github.com/sulix/bingcc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question