Difference between revisions of "Mtools"

From CBLFS
Jump to navigationJump to search
 
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://mtools.linux.lu/mtools-3.9.10.tar.bz2
+
| http://ftp.gnu.org/gnu/mtools/mtools-{{Mtools-Version}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Mtools ==
+
{{Package-Introduction|Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).|http://www.gnu.org/software/mtools/}}
 
 
Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 68: Line 66:
  
 
  make install
 
  make install
 +
 +
[[Category:File System]]

Latest revision as of 12:16, 29 August 2009

Download Source: http://ftp.gnu.org/gnu/mtools/mtools-4.0.11.tar.bz2

Introduction to Mtools

Mtools is a collection of utilities to access MS-DOS disks from Unix without mounting them. It supports Win'95 style long file names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high density 3 1/2 disk).

Project Homepage: http://www.gnu.org/software/mtools/

Dependencies

Optional

Configuration Information

If you do not have an X Window System installed make sure you add the following to the configure command:

--disable-floppyd

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" USE_ARCH=n32 ./configure --prefix=/usr &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 ./configure --prefix=/usr &&
make

Install the package

make install