Re: ldminfo compilation

2007-12-12 Thread Alon Bar-Lev
On Wednesday 12 December 2007, Luciano Rocha wrote: > Anyway, how to compile with the sources of: Thank you so much I didn't think of using 2.4 headers... bad me! Anyway, I can now hack this to compile with uclibc... I don't know if it works yet, but at least it builds now (26KB) I had to us

Re: ldminfo compilation

2007-12-12 Thread Luciano Rocha
On Wed, Dec 12, 2007 at 03:29:55PM +, Luciano Rocha wrote: > On Wed, Dec 12, 2007 at 04:57:39PM +0200, Alon Bar-Lev wrote: > > On 12/12/07, Luciano Rocha <[EMAIL PROTECTED]> wrote: > > > Those are for the kernel module setting the partition tables. If you're > > > only interested in the ldminfo

Re: ldminfo compilation

2007-12-12 Thread Luciano Rocha
On Wed, Dec 12, 2007 at 04:57:39PM +0200, Alon Bar-Lev wrote: > On 12/12/07, Luciano Rocha <[EMAIL PROTECTED]> wrote: > > Those are for the kernel module setting the partition tables. If you're > > only interested in the ldminfo utility: > > make -C ldmutil CPP='g++ -static' > > > > Substitute g++

Re: ldminfo compilation

2007-12-12 Thread Alon Bar-Lev
On 12/12/07, Luciano Rocha <[EMAIL PROTECTED]> wrote: > Those are for the kernel module setting the partition tables. If you're > only interested in the ldminfo utility: > make -C ldmutil CPP='g++ -static' > > Substitute g++ for the C++ compiler you want to use. Hi! Thank you for your reply! I do

Re: ldminfo compilation

2007-12-12 Thread Luciano Rocha
On Wed, Dec 12, 2007 at 04:39:18PM +0200, Alon Bar-Lev wrote: > Hello, > > I need to compile the ldminfo utility of linux-ntfs's package > linux-ldm. I need this as static or uclibc based. > > The author stated in the Documentation/filesystems/ntfs.txt: > """You will find the precompiled (i386) l