help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] autoreconf issue and octave


From: Andrew Makhorin
Subject: Re: [Help-glpk] autoreconf issue and octave
Date: Thu, 26 Mar 2009 17:54:37 +0300

> I will give a look, but I saw a lot of surprise when
> glpk stopped to have a working interface for octave
> when linking dynamic libraries.

Probably the glpk interface module calls some non-api routines, which
are not exported.

> These are the only functions called by octave
> __glp_lib_fault_hook
> __glp_lib_print_hook

> so we need to re-write completely the interface...?

I think it would be not so hard.

> By the way, which is the difference between :
> __glp_lib_term_hook     (not exported)
> _glp_term_hook          (exported) 

glp_term_hook is api routine while _glp_lib_term_hook is not.

> send me

Okay.






reply via email to

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