> I am trying to run the GLPK solver from Matlab, by calling the > function glpkmex from within my Matlab script. > I am trying to do this on a Linux machine, where I have Matlab > properly installed. I managed to install GLPK, and run ./configure > properly. > > However, I'm not sure how the directory structure should be > organized. Matlab is installed in an admin /import/pkg directory > above my account home directory. Using the <make > prefix="/home/myaccount/glpk" install> command allows me to install > GLPK within my account. But then, when trying to compile the > glpkmex.c file it is failing. Seems to be missing .h functions or > something.
Try to search for the answer on this list: http://lists.gnu.org/archive/html/help-glpk/ or ask Nicolo Giorgetti <[EMAIL PROTECTED]> who is the author of glpkmex. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
