On 11/26/07, Miklos Szeredi <[EMAIL PROTECTED]> wrote:
> Fuse developers have quite a lot of other things on their hands.

I thought you agree that you should start formally support uclibc
configuration, so you must create a test environment for this.

> Care to give detailed, step by step instructions on how to set up this
> environment?  It may be trivial for you, but it would probably take me
> at least a few hours to do this for the first time.

This is quite easy if you use Gentoo... I don't know if it is so
simple with other distros.

You setup cross compile environment:
http://www.gentoo.org/proj/en/base/embedded/cross-development.xml

Then:
crossdev -t i586-pc-linux-uclibc
<setup environment settings as specified in document>
xemerge busybox
xemerge fuse
<fixup .la files so that they contain $SYSROOT prefix at libdir>
xemerge ntfs3g

mount -o bind /dev $SYSROOT/dev
mount -t proc none $SYSROOT/proc
dd if=/dev/zero of=/tmp/fs1 bs=1M count=10
losetup /dev/loop0 /tmp/fs1
mkfs -t ntfs /dev/loop0

chroot $SYSROOT /bin/busybox sh
busybox --install
mount.ntfs /dev/loop0 /mnt

I remember you wrote that 99% of users use binary distros... So I
guess you use a different one. If you like the Gentoo way, I will be
more than happy to help.

Best Regards,
Alon Bar-Lev.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to