This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Linking against an specific glibc


Hello,

I would like to know if it is possible to link binaries against old
versions of glibc. What's the best way to do that?
If I specify -L to point to my old glibc will be enough? I don't want
to "install" those old libraries on my machine, so I just compiled the
old glibc with my current stable gcc and then used the created library
to link to my binary, but this dosn't work very well.

BR,

[]s
Douglas Gemignani


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