Go to the first, previous, next, last section, table of contents.


Architecture specific compilation flags

To compile mtools, first invoke ./configure before make. In addition to the standard autoconfigure flags, there are two architecture specific flags available.

./configure --enable-xdf
./configure --disable-xdf
Enables support for XDF disks. This is on by default. See section XDF, for details.
./configure --enable-vold
./configure --disable-vold
Enables support for vold on Solaris. When used in conjunction with vold, mtools should uses different device nodes as for direct access.


Go to the first, previous, next, last section, table of contents.