1998-02-27 07:54:42 +03:00
|
|
|
This file contains:
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
- Installation instructions for GNU Midnight Commander
|
2001-08-25 02:11:42 +04:00
|
|
|
- Where to get more information on GNU Midnight Commander
|
2002-09-21 02:58:51 +04:00
|
|
|
- Notes about GNU Midnight Commander installation
|
|
|
|
- Obtaining related software
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
|
2001-08-25 02:11:42 +04:00
|
|
|
Installation instructions for GNU Midnight Commander
|
1998-02-27 07:54:42 +03:00
|
|
|
----------------------------------------------------
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
The `configure' shell script attempts to guess correct values for
|
1998-02-27 07:54:42 +03:00
|
|
|
various system-dependent variables used during compilation, and creates
|
2002-09-21 02:58:51 +04:00
|
|
|
the makefiles. It also creates a file `config.status' that you can run
|
|
|
|
in the future to recreate the current configuration.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
To compile this package:
|
|
|
|
|
|
|
|
1. Configure the package for your system.
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Normally, you just `cd' to the directory containing the package's source
|
|
|
|
code and type `./configure'. If you're using `csh' on an old version of
|
|
|
|
SystemV, you might need to type `sh configure' instead to prevent `csh'
|
|
|
|
from trying to execute `configure' itself. Under AIX, you may need to
|
|
|
|
use ksh instead of sh.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Running `configure' takes a while. While it is running, it prints some
|
|
|
|
messages that tell what it is doing. If you don't want to see any
|
|
|
|
messages, run `configure' with the `--quiet' option.
|
2001-08-07 07:44:22 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
To compile the package in a different directory than the one containing
|
2001-08-07 07:44:22 +04:00
|
|
|
the source code, you must use a version of `make' supporting the `VPATH'
|
2002-09-21 02:58:51 +04:00
|
|
|
variable, such as GNU `make'. Change to the directory where you want
|
|
|
|
the object files and executables to go and run the `configure' script
|
|
|
|
with the full path. If for some reason `configure' cannot find the
|
|
|
|
source code directory, run `configure' with the option `--srcdir=DIR',
|
|
|
|
where DIR is the directory that contains the source code.
|
|
|
|
|
|
|
|
By default, `make install' will install the package's files in
|
|
|
|
`/usr/local/bin', `/usr/local/man', etc. You can specify an
|
|
|
|
installation prefix other than `/usr/local' by giving `configure' the
|
|
|
|
option `--prefix=PATH'.
|
|
|
|
|
|
|
|
You can specify separate installation prefixes for architecture specific
|
|
|
|
files and architecture-independent files. If you give `configure' the
|
|
|
|
option `--exec-prefix=PATH', the package will use PATH as the prefix for
|
|
|
|
installing binary programs and libraries. Data files and documentation
|
|
|
|
will still use the regular prefix. Normally, all files are installed
|
|
|
|
using the same prefix.
|
|
|
|
|
|
|
|
If compiled on GNU/Linux, Midnight Commander detects if you have the gpm
|
2001-08-07 07:44:22 +04:00
|
|
|
library installed. If you installed the gpm mouse library in a
|
|
|
|
non-standard place, you will need to use the --with-gpm-mouse flag with
|
|
|
|
the directory base where you installed the gpm package.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
`configure' recognizes the following options (the list may be
|
|
|
|
incomplete, use `configure --help' to get the full list):
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
`--help'
|
2002-09-21 02:58:51 +04:00
|
|
|
Print a summary of the options to `configure' and exit.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
`--quiet'
|
|
|
|
`--silent'
|
|
|
|
Do not print messages saying which checks are being made.
|
|
|
|
|
|
|
|
`--verbose'
|
|
|
|
Print the results of the checks.
|
|
|
|
|
|
|
|
`--version'
|
|
|
|
Print the version of Autoconf used to generate the `configure'
|
|
|
|
script, and exit.
|
|
|
|
|
|
|
|
`--without-edit'
|
2002-09-21 02:58:51 +04:00
|
|
|
Configure GNU Midnight Commander to be compiled without the
|
|
|
|
built-in file editor. The built-in editor is compiled in by
|
|
|
|
default.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-30 05:49:38 +04:00
|
|
|
`--with-ext2undel'
|
2002-09-21 02:58:51 +04:00
|
|
|
On systems that use the ext2 or ext3 file system and have the
|
2002-09-30 05:49:38 +04:00
|
|
|
libext2fs library available, this option adds support for
|
|
|
|
recovering deleted files (the undel virtual file system).
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
`--without-gpm-mouse'
|
2001-08-07 07:44:22 +04:00
|
|
|
Use this flag to disable gpm mouse support (e.g. if you want to
|
1998-02-27 07:54:42 +03:00
|
|
|
use mouse only on X terminals).
|
|
|
|
|
2003-02-23 00:15:50 +03:00
|
|
|
`--with-glib12'
|
|
|
|
Force using glib 1.2.x even if glib 2.0.x is present. Use this
|
|
|
|
flag for testing or if you want to use the binary on systems that
|
|
|
|
don't have glib 2.0.x installed.
|
|
|
|
|
2003-03-07 21:10:37 +03:00
|
|
|
`--with-glib-static'
|
|
|
|
Force linking against glib statically. This option is intended for
|
|
|
|
building binaries for distribution purposes and may not work on
|
|
|
|
some operating systems.
|
|
|
|
|
2001-10-25 07:46:59 +04:00
|
|
|
`--with-mmap', `--without-mmap'
|
|
|
|
Force using or not using the mmap function. It is currently used
|
|
|
|
in the internal viewer. `--with-mmap' may be useful on some
|
|
|
|
versions of AIX where the `configure' script decides that mmap is
|
|
|
|
broken, but it's actually suitable for the internal viewer.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
`--with-subshell[=optional]', `--without-subshell'
|
|
|
|
The subshell support is by default turned on, you can disable
|
|
|
|
this by using the --without-subshell option. If you pass the
|
|
|
|
=optional parameter, then the subshell support is turned off by
|
2001-08-07 07:44:22 +04:00
|
|
|
default. To turn it on, specify the `-U' option to the program.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-12-23 20:02:04 +03:00
|
|
|
`--without-x'
|
|
|
|
By default, the Midnight Commander tries to connect to the X Window
|
|
|
|
System events to query the status of the keyboard modifiers, such
|
2002-09-21 02:58:51 +04:00
|
|
|
as Control, Shift and Alt, when invoked in a terminal emulator
|
|
|
|
under X11. This is necessary (but not always sufficient) to
|
|
|
|
recognize some optional but handy key combinations like Ctrl-Home
|
2002-12-23 20:02:04 +03:00
|
|
|
and Shift-Cursor keys. Use `--without-x' if the dependency on
|
|
|
|
X11 libraries is not desired.
|
1999-04-21 23:18:31 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
`--without-vfs'
|
|
|
|
This option disables the Virtual File System switch code in the
|
|
|
|
Midnight Commander and uses the standard file system calls for
|
2002-09-21 02:58:51 +04:00
|
|
|
file access. If you specify this option, you won't get the
|
|
|
|
transparent access to archives and remote directories.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-13 10:01:41 +04:00
|
|
|
`--with-mcfs'
|
|
|
|
This option enables mcfs - a non-standard remote filesystem
|
|
|
|
designed specifically for the Midnight Commander. It also enables
|
|
|
|
a server for that filesystem, mcserv. Please note that the
|
|
|
|
implementation of mcfs is not optimized for speed. There may be
|
|
|
|
security issues with mcserv - don't run it if you don't need it.
|
|
|
|
|
2002-09-13 10:21:54 +04:00
|
|
|
`--with-samba'
|
|
|
|
This option enables remote VFS over the SMB protocol. A stripped
|
2002-09-21 02:58:51 +04:00
|
|
|
down version of samba distributed with the sources is compiled and
|
2002-09-13 10:21:54 +04:00
|
|
|
linked with the mc executable. It is recommended that you install
|
|
|
|
Samba client, since mc uses some files from Samba under certain
|
|
|
|
conditions. Please visit http://www.samba.org/ to learn more.
|
|
|
|
|
2001-08-25 02:11:42 +04:00
|
|
|
`--disable-largefile'
|
|
|
|
This option disables support for large files (2 gigabytes and more)
|
|
|
|
on the systems where file operations use 32-bit offsets by default,
|
|
|
|
but support for 64-bit offsets is available. May be useful for
|
|
|
|
slow processors and embedded systems.
|
2001-06-26 03:52:47 +04:00
|
|
|
|
2003-07-28 22:28:50 +04:00
|
|
|
`--enable-charset'
|
|
|
|
This option adds support for selecting character set of the text in
|
|
|
|
the internal viewer and editor and converting it on the fly. The
|
|
|
|
implementation of this option is currently incomplete.
|
|
|
|
|
2003-10-29 11:34:53 +03:00
|
|
|
`--disable-background'
|
|
|
|
This option disables support for background operations. Background
|
|
|
|
operations allow to perform some tasks such as copying files in a
|
|
|
|
separate background process. Any messages from the background
|
|
|
|
process are forwarded to the foreground process. More advanced
|
|
|
|
dialogs cannot be forwarded yet, so the background process uses the
|
|
|
|
default. Background code is known to be less stable than the rest
|
|
|
|
of the code, so you may want to disable it at the compile time.
|
|
|
|
|
|
|
|
`--disable-netcode'
|
|
|
|
This option disables support for networked virtual filesystems.
|
|
|
|
It's primarily used by developers to make sure that the code would
|
|
|
|
compile and run on operating systems that lack POSIX compatible
|
|
|
|
network support. But you can use it is you know that you won't be
|
|
|
|
accessing remote filesystems from GNU Midnight Commander.
|
|
|
|
|
2002-09-30 05:49:38 +04:00
|
|
|
You may also tell configure which screen library you want to use with
|
|
|
|
the Midnight Commander. The configure script will use S-Lang as
|
|
|
|
default, and prefers an already installed S-Lang library over the
|
|
|
|
included one, but you can override this by using the following flag
|
|
|
|
(please note that since S-Lang is default, it is tested better than
|
|
|
|
ncurses):
|
|
|
|
|
2009-01-10 23:04:30 +03:00
|
|
|
`--with-screen={slang|ncurses}'
|
2002-09-30 05:49:38 +04:00
|
|
|
Choose the library used to manage interaction with the terminal.
|
|
|
|
`slang' means S-Lang library already installed on the system,
|
2009-01-10 23:04:30 +03:00
|
|
|
`ncurses' means ncurses library already installed on the system.
|
|
|
|
The installed S-Lang library is used by default if found.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
On systems that require unusual options for compilation or linking that
|
|
|
|
the package's `configure' script does not know about, you can give
|
|
|
|
`configure' initial values for variables by placing them in the command
|
|
|
|
line:
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
./configure CC='gcc -traditional' LIBS=-lposix
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Here are the variables that you might want to override when running
|
|
|
|
`configure'.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
- Variable: CC
|
2002-09-21 02:58:51 +04:00
|
|
|
C compiler program. The default is `gcc' if found, otherwise `cc'.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
- Variable: CFLAGS
|
|
|
|
The default flags used to build the program.
|
|
|
|
|
|
|
|
- Variable: INSTALL
|
|
|
|
Program to use to install files. The default is `install' if you
|
|
|
|
have it, `cp' otherwise.
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
For these variables, any value given in the command line is added to the
|
|
|
|
value that `configure' decides to use:
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
- Variable: LIBS
|
|
|
|
Libraries to link with, in the form `-lfoo -lbar...'.
|
|
|
|
|
2002-09-30 05:49:38 +04:00
|
|
|
- Variable: LDFLAGS
|
|
|
|
Linker flags, e.g. -L<lib dir> if you have libraries in a
|
|
|
|
nonstandard directory <lib dir>
|
|
|
|
|
|
|
|
- Variable: CPPFLAGS
|
|
|
|
C/C++ preprocessor flags, e.g. -I<include dir> if you have
|
|
|
|
headers in a nonstandard directory <include dir>
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
If you need to do unusual things to compile the package, we encourage
|
|
|
|
you to figure out how `configure' could check whether to do them, and
|
|
|
|
mail diffs or instructions to the address given in the README so we can
|
|
|
|
include them in the next release.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
2. Type `make' to compile the package.
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
3. Type `make install' to install programs, data files, and the
|
2001-08-07 07:44:22 +04:00
|
|
|
documentation. On GNU/Linux the console screen saver is installed as
|
|
|
|
well.
|
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
4. You can remove the program binaries and object files from the source
|
2001-08-07 07:44:22 +04:00
|
|
|
directory by typing `make clean'. If you want to clean the source tree
|
|
|
|
completely, so that it contains only those files that should be packaged
|
|
|
|
in the archive, issue `make distclean'. If you've run configure in a
|
2002-09-21 02:58:51 +04:00
|
|
|
different directory than the source tree, distclean won't remove your
|
|
|
|
*.o and linked programs in that directory.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
5. GNU Midnight Commander allows you to stay in the last current
|
2001-08-07 07:44:22 +04:00
|
|
|
directory after exiting MC. This is done with a shell function, the man
|
2002-09-05 10:14:07 +04:00
|
|
|
page has more information about this.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
The file `configure.in' is used to create `configure' by a program
|
1998-02-27 07:54:42 +03:00
|
|
|
called `autoconf'. You only need it if you want to regenerate
|
|
|
|
`configure' using a newer version of `autoconf'.
|
|
|
|
|
|
|
|
|
2001-08-25 02:11:42 +04:00
|
|
|
Where to get more information on GNU Midnight Commander
|
2001-08-07 07:44:22 +04:00
|
|
|
-------------------------------------------------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-07 07:44:22 +04:00
|
|
|
There are two mailing lists for the program:
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
mc@gnome.org: Discussion on GNU Midnight Commander file manager.
|
|
|
|
mc-devel@gnome.org: Discussion between the developers of the program.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
To subscribe to the mailing lists, visit their respective pages:
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-05-18 20:28:22 +04:00
|
|
|
http://mail.gnome.org/mailman/listinfo/mc/
|
|
|
|
http://mail.gnome.org/mailman/listinfo/mc-devel/
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-07 07:44:22 +04:00
|
|
|
|
2001-08-25 02:11:42 +04:00
|
|
|
Notes about GNU Midnight Commander installation
|
2002-09-21 02:58:51 +04:00
|
|
|
-----------------------------------------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-25 02:11:42 +04:00
|
|
|
GNU Midnight Commander has been run in the following configurations:
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
i386-*-linux
|
|
|
|
sparc-*-linux
|
|
|
|
alpha-*-linux
|
2001-08-07 07:44:22 +04:00
|
|
|
powerpc-*-linux
|
1998-02-27 07:54:42 +03:00
|
|
|
mips-dec-ultrix4.3
|
|
|
|
mips-dec-{open,net}bsd1.0
|
|
|
|
mips-sgi-irix5.2
|
|
|
|
mips-sgi-irix5.3
|
|
|
|
rs6000-ibm-aix3.2.5
|
|
|
|
sparc-sun-sunos4.1
|
|
|
|
sparc-sun-netbsd1.0
|
|
|
|
sparc-sun-solaris2.3
|
|
|
|
hppa-hp-hpux9
|
|
|
|
hppa-hp-hpux7
|
|
|
|
m68k-apple-aux
|
|
|
|
mc88110-aviion-dgux5.4
|
2001-08-20 20:58:42 +04:00
|
|
|
i386-*-bsdi2
|
|
|
|
i386-*-freebsd4.3
|
|
|
|
i386-*-openbsd2.9
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-07 07:44:22 +04:00
|
|
|
Midnight Commander is written in a portable manner and uses GNU Autoconf
|
|
|
|
for configuration, so it is expected to compile without changes on many
|
|
|
|
other operating systems.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
You will need an ANSI C Compiler (such as GCC) and glib library to
|
|
|
|
compile the source. GNU Midnight Commander now comes with the S-Lang
|
|
|
|
screen manager, a fast screen manager, but you may want to use the
|
|
|
|
already installed S-Lang or ncurses library.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-07 07:44:22 +04:00
|
|
|
If you insist on using ncurses, it's recommended to use ncurses 4.1 and
|
2002-09-21 02:58:51 +04:00
|
|
|
above, since the older versions don't support resizing in the xterm
|
2001-08-07 07:44:22 +04:00
|
|
|
window.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2001-08-07 07:44:22 +04:00
|
|
|
GNU Midnight Commander comes with the mouse support on xterms and in the
|
|
|
|
Linux console. In order to take advantage of the mouse support on the
|
|
|
|
Linux console you will need the gpm mouse server (see the section
|
2002-09-21 02:58:51 +04:00
|
|
|
"Obtaining related software" in this file).
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Once you get gpm, compile it and install it, then you will have to
|
|
|
|
specify the `--with-gpm-mouse' flag to the configure program if you
|
|
|
|
installed it in a non-standard directory. If you installed the gpm
|
|
|
|
package under /usr or /usr/local, you don't need to specify this flag;
|
|
|
|
configure will find gpm for you. The support for mice on xterms is
|
|
|
|
always compiled in.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
We are working on further enhancements to the program, but we're not
|
|
|
|
sure which ones must go first. If you would like to point us in the
|
|
|
|
Right Direction we will be glad to hear from you (you could check the
|
|
|
|
file TODO included with this distribution for the current projects).
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
If you happen to find a feature that doesn't do what you expect, please
|
|
|
|
write to mc@gnome.org telling as much as you can about the problem
|
|
|
|
you're experiencing. Please don't send personal messages to the
|
|
|
|
maintainers.
|
2001-08-07 07:44:22 +04:00
|
|
|
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Obtaining related software
|
|
|
|
--------------------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
glib
|
|
|
|
----
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
The only "hard" dependency of GNU Midnight Commander is glib. You can
|
|
|
|
get glib from
|
2000-10-06 10:49:45 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
ftp://ftp.gtk.org/pub/gtk/
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2003-02-23 00:15:50 +03:00
|
|
|
Note that only versions 1.2.x and 2.0.x are supported. Newer versions
|
|
|
|
may work, but haven't been tested.
|
2001-08-07 07:44:22 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Terminal database
|
|
|
|
-----------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
There are many incomplete terminal databases out there, however, a
|
|
|
|
complete terminfo is bundled with ncurses. (It is simple to generate
|
|
|
|
the termcap database using the infocmp utility in ncurses).
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Some terminfo data are included with the mc distribution (lib/*.ti).
|
|
|
|
Particularly linux, xterm and vt100. Use e.g. ''tic linux.ti'' to use
|
|
|
|
them.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
If you want to run mc on xterm/color_xterm/ansi_xterm (not rxvt), then
|
|
|
|
you might read lib/README.xterm for further information.
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Screen libraries
|
|
|
|
----------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
GNU Midnight Commander can use the included version of S-Lang, but you
|
|
|
|
can get the latest version here:
|
2001-05-18 22:44:51 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
http://www.s-lang.org/
|
2001-05-18 22:44:51 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Alternatively, you can use ncurses:
|
2001-05-18 22:44:51 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
http://www.gnu.org/software/ncurses/ncurses.html
|
2001-08-24 11:02:24 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Mouse support
|
|
|
|
-------------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
The general purpose mouse (gpm) daemon is available from
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
ftp://arcana.linux.it/pub/gpm/
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
Compiler
|
|
|
|
--------
|
1998-02-27 07:54:42 +03:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
If your C compiler is not powerful enough to compile GNU Midnight
|
|
|
|
Commander, you should report is as a bug to the GNU Midnight Commander
|
|
|
|
team. Sometimes there is no solution than upgrading to a modern and
|
|
|
|
free compiler - GCC (Compiler Collection):
|
2001-08-07 07:44:22 +04:00
|
|
|
|
2002-09-21 02:58:51 +04:00
|
|
|
http://gcc.gnu.org/
|