gcc and glib - relation

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
 
V

Victor Bazarov

Is there a relation between the version of gcc [...]

Try the gnu.* newsgroup hierarchy for your GNU-specific questions. Here
we discuss the C++ *language*, not particular tools.

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top