help-octave
[Top][All Lists]
Advanced

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

error: glpk: not supported on this system‏


From: Jack Franklin
Subject: error: glpk: not supported on this system‏
Date: Tue, 9 Dec 2008 22:56:28 -0600

Hi,

I need to call GLPK from octave ,I have installed GLPK in my system.

When I run a octave program that call glpk() , I got :

error: glpk: not supported on this system
error: called from `glpk' in file `/home/myoctave/share/octave/2.9.12/m/optimization/glpk.m'

I have checked my configure file of octave :

configure:9875: gcc -o conftest -g -O2   conftest.c -lglpk  -lz -lm  >&5
/usr/bin/ld: cannot find -lglp

GLPK libraries:       /home/octave/glpk432/lib/libglpk.a

ac_cv_lib_glpk____glp_lpx_simplex=no
ac_cv_lib_glpk___glp_lpx_simplex=no

GLPK_LIBS='/home/octave/glpk432/lib/libglpk.a'

Do these mean that I have installed GLPK successfully ?

Or other reasons ?

thanks

Dec. 9  2008
reply via email to

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