Re: Compiling and linking problems
Marco Atzeri <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
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