|
From: | Marco Atzeri |
Subject: | Re: [Help-glpk] Compiling and linking problems |
Date: | Sat, 17 Mar 2018 07:48:58 +0100 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 17/03/2018 00:23, Heinrich Schuchardt wrote:
Hello Mike, https://stackoverflow.com/questions/6394512/standard-c-library-in-mingw writes: "MinGW is designed to build native Windows code, and as such it builds against Windows' native libc." So probably you want to change this line in src/env/stdc.c: -#elif defined(__WOE__) +#elif defined(__CYGWIN__) || defined(__MINGW32__) || defined(__WOE__)
MinGW and Cygwin are NOT the same thing. Please avoid mixing the two things and screwing the Cygwin build. Cygwin as other Unix have his own C Library so the question on stackoverflow does not apply. Regards Marco Cygwin package maintainer for glpk
[Prev in Thread] | Current Thread | [Next in Thread] |