Re: Compiling and linking problems
Andrew Makhorin <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <1521354193.3583.0.camel@corvax> |
-------- Forwarded Message -------- From: Chris Matrakidis <[email protected]> To: Mike Steglich <[email protected]> Cc: help-glpk <[email protected]>, Heinrich Schuchardt <[email protected]> Subject: Re: [Help-glpk] Compiling and linking problems Date: Sun, 18 Mar 2018 02:12:20 +0200 Dear Mike, If it isn't too much trouble, please do the following two tests: 1. Call configure (without --disable-reentrant) but before running make, add to config.h the following: #define __WOE__ This is a more blunt version of Heinrich's suggestion, to see if we can make it work. 2. Call the attached modified configure (again without --disable-reentrant). This checks for gmtime_r and strtok_r and disables re-entrancy if not found. Best Regards, Chris Matrakidis