[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-glpk] GLPK 4.59: missing symbols in def file
From: |
xypron . glpk |
Subject: |
[Bug-glpk] GLPK 4.59: missing symbols in def file |
Date: |
Sun, 20 Mar 2016 18:06:41 +0100 |
Dear Andrew,
building GLPK for Java, GLPK for C#/CLI, and many other packages use Swig to
create language bindings for GLPK.
This requires that ALL functions exposed in glpk.h are also mentioned in the
def files used for compiling on Windows. In GLPK 4.59 you forgot:
glp_gmi_cut
glp_gmi_gen
glp_mir_init
glp_mir_gen
glp_mir_free
glp_cfg_init
glp_cfg_free
glp_clq_cut
Best regards
Heinrich Schuchardt
- [Bug-glpk] GLPK 4.59: missing symbols in def file,
xypron . glpk <=