On Mon, 12 Dec 2005, Hamilton, Ian wrote: > Hi there. > > I would like to add the automounter to an embedded MIPS system that I am > cross compiling on an x86 host. I've enabled autofs version 4 support in > the kernel, but I think I need the autofs user space tools as well.
Yes you will need autofs user space. > > I cannot find much information on cross-compiling the automount tools. > The usual cross-compiling options for configure don't seem to work, and > I'm not sure how to deal with the location of the system binaries. Location of the binaries is set at compile time for the location of the modules for reading maps, parsing and mounting. See the Makefile in the subdirectory "modules" in the source distribution. > > Is there a Howto on cross-compiling autofs? Not done that before and not having been involved with embeded systems I'm not sure how to go about it. Maybe I could help you along and you could feed back your results. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
