Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-12-03 Thread Sylvain Fournier
It seems to work fine with this option. Thanks Heinrich! *Sylvain Fournier* 2015-12-03 15:16 GMT-02:00 Heinrich Schuchardt : > Hello Sylvain, > > ./configure --help > > proposes: > > --enable-libpathload GLPK library from java.library.path > [[default=no]] > >

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-12-03 Thread Heinrich Schuchardt
Hello Sylvain, ./configure --help proposes: --enable-libpathload GLPK library from java.library.path [[default=no]] So what you want to do is: ./configure --enable-libpath I will not make this switch default to yes because at least Debian requires a differe

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-12-03 Thread Sylvain Fournier
Hi Heinrich, No problem, I just asked out of curiosity. It is indeed pretty straightforward to compile the code and build the libraries. Testing a little more, I noted a same kind of behaviour in Linux as the one on Windows I previously reported. I copied both GLPK libraries libglpk_java.so and l

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-12-01 Thread Heinrich Schuchardt
Hello Sylvain, Linux libraries are provided by Debian, Ubuntu, Mint. Builing them yourself just requires the standard procedure ./configure make sudo make install sudo ldconfig Hence I do not plan to provide Linux binaries. Best regards Heinrich Schuchardt http://www.xypron.de Am 01.12.15 u

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-12-01 Thread Sylvain Fournier
Thanks Heinrich! http://sourceforge.net/projects/winglpk/ still contains the old libraries, right? I'll test it after the next update and let you know if there is any problem. And what about providing the Linux libraries in the next releases? *Sylvain Fournier* 2015-11-30 18:54 GMT-02:00 Heinrich

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Heinrich Schuchardt
Hello Sylvain, I just released GLPK for Java 1.3.1 which fixes the error. Best regards Heinrich Schuchardt On 30.11.2015 19:26, Sylvain Fournier wrote: > Hi Heinrich, > > I recently updated GLPK for Java to version 4.57 and I'd like to share > some considerations I had for the next versions. >

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Heinrich Schuchardt
Hello Sylvain, thank you for your feedback. swig/glpk.i already has this code #ifdef GLPKPRELOAD %pragma(java) jniclasscode=%{ try { System.loadLibrary("glpk_4_57"); } catch (UnsatisfiedLinkError e) { // The dependent library might be in the OS library search

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Sylvain Fournier
Hi Heinrich, I recently updated GLPK for Java to version 4.57 and I'd like to share some considerations I had for the next versions. First, in my Windows application, I don't install GLPK for Java in the system but instead I link directly to the .dll libraries provided in the link you sent. When

[Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-08 Thread Heinrich Schuchardt
GLPK for Windows 4.57 has been released. It provides 32 and 64 bit binaries for Windows. The project is located at http://winglpk.sourceforge.net . GLPK for Windows 4.57 includes GLPK for Java 1.3.0 and GLPK for C#/CLI 1.1.0. GLPK for Java provides a Java binding for the GLPK library. The projec