[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpk with devC++
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] glpk with devC++ |
Date: |
Fri, 7 Jul 2006 18:20:21 +0400 |
> 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 .