[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] tcc compilation on MSYS2
From: |
grischka |
Subject: |
Re: [Tinycc-devel] tcc compilation on MSYS2 |
Date: |
Sat, 14 May 2016 21:27:44 +0200 |
User-agent: |
Thunderbird 2.0.0.23 (Windows/20090812) |
Chris Marshall wrote: ---
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.
Probably you could do that. It is just that you'll find that
such (almost true) linux/unix version of tcc will produce
(entirely) true linux/unix programs. And these will not
run on windows, not even under cygwin.
-- gr
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
- Re: [Tinycc-devel] tcc compilation on MSYS2, (continued)
- Re: [Tinycc-devel] tcc compilation on MSYS2, Sergey Korshunoff, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, Christian Jullien, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, Sergey Korshunoff, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, Sergey Korshunoff, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/21
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/21
Re: [Tinycc-devel] tcc compilation on MSYS2, David Mertens, 2016/05/14
- Re: [Tinycc-devel] tcc compilation on MSYS2, Chris Marshall, 2016/05/14
- Re: [Tinycc-devel] tcc compilation on MSYS2, Chris Marshall, 2016/05/17
- Re: [Tinycc-devel] tcc compilation on MSYS2, Chris Marshall, 2016/05/17
- Re: [Tinycc-devel] tcc compilation on MSYS2, Sergey Korshunoff, 2016/05/18
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/18
- Re: [Tinycc-devel] tcc compilation on MSYS2, avih, 2016/05/18
- Re: [Tinycc-devel] tcc compilation on MSYS2, Chris Marshall, 2016/05/19
- Re: [Tinycc-devel] tcc compilation on MSYS2, Chris Marshall, 2016/05/19