To be more specific, it should be possible to build the mingw version of tcc on cygwin (I don't know, haven't had time to try) but what I would like is the linux/unix version---if it builds on unix, it should be buildable on cygwin---as long as you don't look under the covers to find windows. In my experience, the problem is when you do something like check for windows somewhere and then assume it is windows. If you check for and use unix capabilities, you should find them on cygwin. NOTE: if you then check at the end for something windows specific---everything breaks again.

--Chris


On 5/14/2016 11:47, David Mertens wrote:
Hello Sergey,

Is this an issue with the standard Makefile, or with the Windows-specific build batch (.BAT) file? FWIW, the batch file build-process works in at least some of the mingw setups provided by Strawberry Perl.

David

On Sat, May 14, 2016 at 3:24 AM, Sergey Korshunoff <[email protected] <mailto:[email protected]>> wrote:

    MSYS2 is current environment for Qt and other software development on
    Windows. It is a mingw+cygwin with a package manager (pacman), ported
    from ARCH Linux. MSYS2 allow to build
    mingw32/mingw64/cygwin32/cygwin64 programs in unix-like environment.
    Currenly tcc can not be build on this environment (mix of unix and
    windows). I think a system name (uname output) is needed to
    select/reject some code in sources of the tcc.

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




--
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan


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

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

Reply via email to