This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/libstdc++ compatibility between versions


Hello!

I and my colleagues have a problem: We're compiling C++98 solib using GCC 4.4 on CentOS 6. We want to move to the newer compiler (GCC 4.8 on CentOS 7) but we still want the resulting DSO might be used by CentOS 6 users. So the question is:
- Is it possible to force linking with specific API version of glibc so we will be able to lock the functionality on CentOS 6 version of glibc? Maybe it is possible using linker scripts?

Any help would be appreciated.
---
IGOR CHUDOV 
Junior Software Engineer 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]