Also I should mention that whatever the argument that I pass is, I get the same output for example if I enter glpsol -m foo.mod
I get the same error that "-" is not recognised, and again it suggest that I should enter glpsol --help, which in turn it is not recognised. I'll try to debug when I find some time. As far as additional libraries are concerned, thank you for your proposals but the only unimplemented function up until now is the unlink() one which is called whenever remove() is called. I haven't implemented this one yet so whenever it gets called it just returns back and no further action is talking place. So I am not sure If I need any other libraries, time and trial will tell. Regards Ilias On Tue, Jul 5, 2011 at 11:06 AM, Ilias Nakos <[email protected]> wrote: > > The problem is that even when I enter > >> glpsol --help >> > > I get an error saying that "-" is not recognised. and it is suggesting that > i should enter "glpsol --help" which I already did. > > Do you think that it might be the character encoding that is wrong? > Any ideas? > >> > On Sat, Jul 2, 2011 at 11:43 PM, Andrew Makhorin <[email protected]> wrote: > >> The following two projects may help: >> >> http://cegcc.sourceforge.net/ >> http://sourceforge.net/projects/wcelibcex/ >> >> I'd like to add that newlib has all necessary functions to build a basic >> version of glpk on any supported platform. >> >> >> _______________________________________________ >> Help-glpk mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/help-glpk >> >> >> >
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
