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