<div>So typically installation would more or less be ./configure --enable-single-host [--enable-cplusplus]; make; make install .</div><div><br></div>Some months ago I did this on a Cygwin installation (using a nonstandard console driver i.e. not the Microsoft-provided console as used by cmd etc.), and the gsc binary ran within cygwin smoothly.<div>

<br></div><div>Yesterday I did the same thing again, and what happened when starting gsc was that it created a new console window atop/beyond the Cygwin console window from where gsc was started (and in which it was supposed to execute), and also, the gsc binary seemed to use Windows- not Unix-naming, i.e. "c:\\dir\\dir\\etc." .</div>

<div><br></div><div><br></div><div>The configure script's output was the following, that just makes it weirder:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><pre id="comment_text_0" style="background-color:rgb(255,255,255)">

checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
[...]</pre></div></blockquote><div><pre id="comment_text_0" style="background-color:rgb(255,255,255)"><div style="font-family:arial;white-space:normal"><br></div><div style="font-family:arial;white-space:normal">Cygwin apparently made a 'major release' recently and at least now the default gcc distribution used, is called "gcc-mingw-" something, even though I switched to the "gcc-gcc4.4" or something, perhaps still there's something fish in there - which would be funny still, as I suppose Cygwin's gcc by default should produce Cygwin binaries.</div>

<div style="font-family:arial;white-space:normal"><br></div><div style="font-family:arial;white-space:normal">How resolve?</div><div style="font-family:arial;white-space:normal"><br></div><div style="font-family:arial;white-space:normal">

Brgds</div><div style="font-family:arial;white-space:normal"><br></div></pre></div>