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


_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to