Re: Linking against an specific glibc

2009-12-17 Thread H.J. Lu
On Thu, Dec 17, 2009 at 10:48 AM, Douglas Gemignani wrote: > Hi, > > What command line? I found this -nostdinc  and -I to include folders, -b also? Here is a Makefile to link against the newly built glibc. H.J. > []s > Douglas Gemignani > > > > On Thu, Dec 17, 2009 at 4:11 PM, H.J. Lu wro

Re: Linking against an specific glibc

2009-12-17 Thread Douglas Gemignani
Hi, What command line? I found this -nostdinc and -I to include folders, -b also? []s Douglas Gemignani On Thu, Dec 17, 2009 at 4:11 PM, H.J. Lu wrote: > On Thu, Dec 17, 2009 at 10:00 AM, Douglas Gemignani > wrote: >> Hello, >> >> I would like to know if it is possible to link binaries agai

Re: Linking against an specific glibc

2009-12-17 Thread H.J. Lu
On Thu, Dec 17, 2009 at 10:00 AM, Douglas Gemignani wrote: > 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 librarie