compiling MC for Windows

Alexander Varakin avarakin00 at hotmail.com
Thu Nov 22 03:50:33 UTC 2001


> make -f makefile.bc5 RELEASE=1
> make.exe: *** No rule to make target "release/terms.obj",
> needed by "release/mc.exe". Stop.

AFAIK BC5 also has make, so make sure you are using the right one, which is
the GNU make.
You can do:
C:\>make --version

You must see something like :
***********************************
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-cygwin
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make at gnu.org>.
***********************************

Alex




More information about the mc mailing list