help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Building 4.62 on mingw64


From: Andrew Makhorin
Subject: Re: [Help-glpk] Building 4.62 on mingw64
Date: Wed, 28 Jun 2017 19:29:42 +0300

> 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




reply via email to

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