Hello Andrew, I tried to compile GLPK with Visual Studio 2008 C++ Express Edition and Microsoft Platform SDK for Windows 2003 Server R2. It always gave me an error that libc.lib could not be found.
Visual Studio Express comes without libc.lib. Instead libcmt.lib is supplied. Hence it is necessary to call cl.exe with /MT. The flag is described in http://msdn.microsoft.com/en-us/library/2kzt1wy3(VS.71).aspx http://msdn.microsoft.com/en-us/library/2kzt1wy3(VS.71).aspx As VC6 is not available anymore but Visual Studio Express and the Windows SDK are provided for free it might be useul to add appropriate makefiles to the distribution. In the files in the following archive I have also enabled the ODBC support as SQL headers are provided by the Windows SDK. ftp://glpk.dyndns.org/glpk/win32/Build_with_VC2008.tar.gz ftp://glpk.dyndns.org/glpk/win32/Build_with_VC2008.tar.gz It would be great if somebody else from the community could confirm that the provided makefiles work for him/her. Best regards Xypron -- View this message in context: http://www.nabble.com/Compiling-GLPK-with-Visual-Studio-2008-C%2B%2B-Express-Edition-tp19118976p19118976.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
