
Re: execute command ./configure --host=mipsel , prompt error .
Hi,
Quote:
./configure --host=mipsel
Are you cross-compiling ? This means you are compiling on a MIPS for an undefined target.
Quote:
fuse compatibility... configure: error: ntfs-3g can be built for Linux, FreeBSD, Mac OS X, NetBSD, and Solaris only.
On what system are you compiling, for which target ?
If you are not cross-compiling, just do
For compiling on Linux (any processsor) for a Linux target running on MIPS, you should probably do (provided you have the needed cross-compiling tools) :
Code:
./configure --target=mipsel
Regards
Jean-Pierre