Hi, If you really need latest development tools, i suggest you to switch to Fedora 22. (glibc-2.21-5 and gcc 5.1.1). It will be easier and faster than trying to modify glibc stuff in Debian 8.
Regards, 2015-07-03 11:56 GMT+02:00 Dhiraj Bhor <dhirajbho...@gmail.com>: > > > On Fri, Jul 3, 2015 at 3:12 PM, Sven Hartge <s...@svenhartge.de> wrote: > >> Dhiraj Bhor <dhirajbho...@gmail.com> wrote: >> >> > $] wget http://ftp.gnu.org/gnu/glibc/glibc-2.21.tar.xz >> > $] tar xf glibc-2.21.tar.xz >> > $] mkdir glibc-test >> > $] cd glibc-test >> > $] ../glibc-2.21/configure --prefix=/usr >> >> You do know that installing your own glibc over the one supplied by >> Debian in the same path will most likely destroy your system. >> >> If you do this to observe the effects of overwriting the system glibc >> without proper prepartion, then all is fine. >> >> If not, then please describe what you are trying to accomplish. >> >> Grüße, >> Sven. >> >> For my work requirement i need to build my project with latest glibc. > Yes i do understand that this can crash the system and i read some > documents but i am not getting success. > I have tried installing with --prefix=$HOME/objdir/ but no success. I have > got segmentation fault every time. (and reverted the machine to previous > working snapshot and tried again) > > Dhiraj > >