Monday, July 16, 2007, 10:09:32 PM, you wrote: > I've got Windows 2000 and that's the only available platform. (I used > to have IBM AIX as well but that's another story.)
> I did get cygwin and then gcc -- gcc appears to be running correctly. > I have used it for basic C programs. > To install glpk, > I went into cygwin > did > sh configure > then > make > and I think it installed correctly. > Then I go to examples > gcc sample.c > doesn't work. > Even changing the #include <glpk.h> to its full name doesn't work. > Do I need to reference a library -- like > gcc sample.c -lglpk > or something?? To install the package you should type 'make install'. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
