Re: compiling MC for Windows



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 gnu org>.
***********************************

Alex




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]