help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] glpk 4.27 release information


From: Andrew Makhorin
Subject: Re: [Help-glpk] glpk 4.27 release information
Date: Tue, 4 Mar 2008 17:07:55 +0300

> In GLPK-4.27, config.h.in contains HAVE_SQL_H, but it does not
> contain:

> HAVE_SQLEXT_H
> HAVE_WINDOWS_H

> as it was in Xypron's glpk-4.26-tab version for compiling under
> Windows.

If sql.h exists, sqlext.h also must exist, because these headers are
always used together.

Under windows the configure script, which tunes config.h, has sense
only if you are using cygwin. AFAIK the cygwin core includes w32 api,
in particular, windows.h, so there is no need to check windows.h in
the configure script.

> Am I correct in assuming that, on my Windows platform, I'm currently
> limited to xBase and CSV unless I build MySQL to have the required
> header files to configure with --enable-mysql?

If you have a cygwin version of MySQL, you can configure and build
glpk as usual.

If you need to compile glpk with a non-gnu compiler (like msvc), you
should make necessary changes in glpsql.c by yourself. Please see:

http://lists.gnu.org/archive/html/help-glpk/2008-02/msg00097.html
http://lists.gnu.org/archive/html/help-glpk/2008-03/msg00002.html

BTW, sql.h and sqlext.h are ODBC headers; MySQL header is mysql.h.





reply via email to

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