Re: [Tinycc-devel] I want to port make on Windows using tcc compiler
Eli Zaretskii <[email protected]> Sun, 26 Jan 2020 18:23:08 +0200
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> From: "Christian Jullien" <[email protected]> > Cc: <[email protected]>, > <[email protected]> > Date: Sun, 26 Jan 2020 07:51:46 +0100 > > c:\downloads\make-4.3\tests>run_make_tests.bat > ---------------------------------------------------------------------------- > -- > Running tests for GNU make on cygwin ^^^^^^ What's this about? Are you running this with Cygwin tools on PATH? That's a recipe for disaster, you should run this from cmd.exe, and you should have native Windows ports of Coreutils and of Perl installed. That's how I run the test suite. Sorry, I should have said that explicitly before luring you into this adventure. Working with Cygwin ports will need an entirely different set of patches to the test suite.