[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] GLPK 4.31 + exported symbols
From: |
Rafael Laboissiere |
Subject: |
Re: [Help-glpk] GLPK 4.31 + exported symbols |
Date: |
Wed, 3 Sep 2008 21:43:28 +0200 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
* Andrew Makhorin <address@hidden> [2008-09-03 22:00]:
> Probably it is not sufficient, since the octave interface module uses
> some deprecated glpk api routines prefixed with 'lpx_' whose names are
> then replaced with '_glp_lpx_' by the preprocessor (to make the
> namespace clean). I think that the glpk shared library should include
> exactly those external (exported) symbols which are defined in glpk.h,
> i.e. prefixed with 'glp_' (documented api routines) and with '_glp_lpx'
> (obsolete api routines kept for backward compatibility).
The patch attached below does that.
--
Rafael
glpk-export-flag.diff
Description: Text Data