Giovanni Mascellani wrote:
At last, Windows, which I would like to test as well. For the moment,
though, I cannot even build tcc with MinGW. I have installed MinGW
following instructions in [1], installing all the packages that seem to
be somehow relevant. However, the linker fails.

In any case to, run the scripts, a posix emulation shell is needed,
and a gcc and gnu-make, and diff for the tests.

MSYS, nowadays MSYS2 basically is a cygwin, that understands
native windows paths say, better (c:\foo as /c/foo or c:/foo)
I guess you could try a MSYS2 base from

    https://github.com/msys2/msys2/wiki/MSYS2-installation

There is a 'mingw32/64_shell.bat' to start the shell.  I wouldn't
at first update the base itself as they describe, just use as is.
To start with:

    pacman -S mingw-w64-i686-gcc (or -x86_64-)
    pacman -S make diffutils

--- grischka

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to