Christian JULLIEN wrote:
Grischka‍


Trying to synchronize Cygwin Makefile with your recent reorg, 'make' stops because includes are now not found.

There is a change to the default CONFIG_TCCDIR.

You can define it in the config.h that you create or use tcc -B. ...

The same issue exists with your .bat

Not unless (ab)used with a cygwin gcc ;)

Btw, cygwin has the option to install a mingw compiler too (from the setup
program).  Then you could just use the normal configure + make like

    $ ./configure --cross-prefix=i686-w64-mingw32- --prefix=c:/tcc
    $ make && make install

The gcc prefix may vary (look in cygwin/bin).

-- gr


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to