help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] GLPK under Windows using Dev-C++


From: Xypron
Subject: Re: [Help-glpk] GLPK under Windows using Dev-C++
Date: Fri, 18 Jun 2010 18:25:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4

Hello Sebastian,

as Visual Studio Express can be downloaded for free from Microsoft support for other build environments has been dropped.

You can download GLPK 4.10 from http://mirrors.arsc.edu/gnu/glpk/

At least GLPK 4.30 still had make files for Dev-C++.

To create a makefile for GLPK 4.44 copy the glpk-4.30/w32/Makefile_dev for GLPK 4.30 and edit the content of OBJSET to include all source files like in
glpk-4.44/w32/Makefile_VC. Of cause the extension must be changed to ".o".

Also copy glpk-4.30/w32/Build_GLPK_with_Dev.bat to glpk-4.44/w32

Best regards / Mit freundlichen Grüßen

Xypron

"Sebastian Küpper" wrote:
Hi,

I want to use GLPK under Dev-C++ and I'm having trouble doing so. I've read that I need a 
.a file, but I don't know how to compile one. There was a link to a make file for this 
purpose on this mailing list, but the make file doesn't work for me - maybe because it's 
for version 4.10 which I can't download anymore? I'd greatly appreciate any help :). If 
someone even has a working ".a" file for Dev-C++, please send it to me, that'd 
be a really great help!

Greetings,
Sebastian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]