Re: Building 4.62 on mingw64

Andrew Makhorin <[email protected]>
Newsgroups gmane.comp.gnu.glpk
Message-ID <1498667382.5808.6.camel@corvax>
> Just curios if anyone has had success building 4.62 on mingw64 (via
> MSYS2)?  I’m running into issues with the *_r thread safe time
> functions in the stdc.c file.
> 

What is wrong with *_r ?

If these functions are missing in the standard C library, you may change
the line 30 in file glpk/src/env/stdc.c

#if !defined(TLS)

to

#if 1

in which case a portable non-reentrant ANSI C version will be used.


Andrew Makhorin


_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.