[lfs-support] Problem compiling glibc lfs-book-7.2

2012-12-10 Thread Michael zachar
Downloaded version of glibc-2.16.0 from www.gnu.org while not modified according to MD5 sum wont compile correctly as after make install locale and localedef would not create individual locales. What i found is that both above programs require version 2.15 when actual version installed is 2.16. W

Re: [lfs-support] Problem compiling glibc lfs-book-7.2

2012-12-10 Thread Bruce Dubbs
Michael zachar wrote: > Downloaded version of glibc-2.16.0 from www.gnu.org while not modified > according to MD5 sum wont compile correctly as after make install locale > and localedef would not create individual locales. > > What i found is that both above programs require version 2.15 when > ac

Re: [lfs-support] Problem compiling glibc lfs-book-7.2

2012-12-10 Thread Michael zachar
On Tue, Dec 11, 2012, at 8:34, Bruce Dubbs wrote: > Michael zachar wrote: > > Downloaded version of glibc-2.16.0 from www.gnu.org while not modified > > according to MD5 sum wont compile correctly as after make install locale > > and localedef would not create individual locales. > > > > What i

Re: [lfs-support] Problem compiling glibc lfs-book-7.2

2012-12-10 Thread Bruce Dubbs
Michael zachar wrote: > This is where it fail to create them saing that file or directory does > not exist > > Then I run command "localedef" by itself and message is that cannot run > cannot find version 2.15. I'm not sure what you did, but you should get: $ localedef -V localedef (GNU libc) 2

Re: [lfs-support] Problem compiling glibc lfs-book-7.2

2012-12-10 Thread Michael zachar
On Tue, Dec 11, 2012, at 9:24, Bruce Dubbs wrote: > Michael zachar wrote: > > > This is where it fail to create them saing that file or directory does > > not exist > > > > Then I run command "localedef" by itself and message is that cannot run > > cannot find version 2.15. > > I'm not sure what