> My name is Giovanna Garula and Im trying to use glpk.lib in my > Dev-C++(4.9.9.2) project, in a windows XP environment. Unfortunately, > when I set to the linker the following files: > > * "../../../../../../Program Files/GnuWin32/lib/libglpk.lib" > * "../../../../../../Program Files/GnuWin32/lib/libglpk.a" > * "../../../../../../Program Files/GnuWin32/lib/libglpk.dll.a" > * "../../../../../../Program Files/GnuWin32/lib/libglpk-bcc.lib" > > the linker show me the message: > > File format not recognized > ld returned 1 exit status > [Build Error] [genInitialSols.exe] Error 1 > > ¿What is wrong? ¿Are this the correct files?
Do not use a precompiled glpk library. Download glpk 4.10 distribution either from ftp://ftp.gnu.org/gnu/glpk/ or from some mirror ftp sites http://www.gnu.org/order/ftp.html , and then follow instructions in http://lists.gnu.org/archive/html/help-glpk/2006-05/msg00029.html . _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
