tinycc-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]