Re: [RFC] build system replacement

2008-05-16 Thread Denys Vlasenko
On Monday 12 May 2008 16:02, Denys Vlasenko wrote: > On Thursday 08 May 2008 01:08, Denys Vlasenko wrote: > > > (can I grab a patch/diff and answer my own question? :) It's like > > > saying I > > > want to RTFM :) ) > > > > http://uclibc.org/~vda/build_system.tar.bz2 > > This file is updated

sys/mount.h MNT_DETACH and MNT_EXPIRE

2008-05-16 Thread Kevin Day
Whoops, I accidentally sent this to the wrong mailing list. I hope this one gets to uClibc.. I was writing an initrd pivot_root program and found out I had to use umout2(some_path, MNT_DETACH); in order to properly get the system to umount some_dir after a chroot. Thats when I noticed that uClib

Re: uClibc-0.9.27 with locale for ntfs-3g

2008-05-16 Thread Jorgen Lundman
> Yes, you don't need any extra files. All locale data are embedded into the > uClibc library. > /usr/lib/locale/locale.archive is used by glibc not uClibc. Thank you, I needed that information. I was unable to locate it on the uClibc pages. > - readelf -s libc.so.0 | grep iconv > Confirmed

RE: uClibc-0.9.27 with locale for ntfs-3g

2008-05-16 Thread Filippo ARCIDIACONO
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jorgen Lundman > Sent: Friday, May 16, 2008 9:59 AM > To: uclibc@uclibc.org > Subject: Re: uClibc-0.9.27 with locale for ntfs-3g > > > > > > There aren't any locale file that you need. > > You hav

Re: uClibc-0.9.27 with locale for ntfs-3g

2008-05-16 Thread Jorgen Lundman
> > There aren't any locale file that you need. > You have to recompile the uClibc adding the locale support doing: > - make menuconfig >enable "Locale Support" into the "String and Stdio Support" menu. Ah, I was not sure on this. There were Google results that talked about /usr/lib/locale/