A
arun Coder
Is there a relation between the version of gcc used to compile our application and the version of glibc used when running the application.
Example if i build my application with a old version of gcc (2.3.1), while building my application the version of glibc on that server is 1.7.5.
But i run my application on a new server which is running a newer version of glibc 2.3
Will my application be able to use the full potential and all the features of the new glibc. Or will my application be able to use only those features of libc which were available while building my application?
Thanks,
Da
Example if i build my application with a old version of gcc (2.3.1), while building my application the version of glibc on that server is 1.7.5.
But i run my application on a new server which is running a newer version of glibc 2.3
Will my application be able to use the full potential and all the features of the new glibc. Or will my application be able to use only those features of libc which were available while building my application?
Thanks,
Da