help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Re: Mac OS X ODBC MathProg


From: Andrew Makhorin
Subject: Re: [Help-glpk] Re: Mac OS X ODBC MathProg
Date: Tue, 16 Feb 2010 06:47:49 +0300

Xypron,

> please, have a look at
> http://source.winehq.org/source/configure.ac

> Learning from this example we could use the following
> in configure.ac:

> case $host_os in
>    darwin*|macosx*)
>       LIBIODBC="libiodbc.dylib"
>       LIBMYSQL="libmysqlclient.dylib"
>       LIBODBC="libodbc.dylib"
>       ;;
>    *)
>       LIBIODBC="libiodbc.so"
>       LIBMYSQL="libmysqlclient.so"
>       LIBODBC="libodbc.so"
>       ;;
> esac

Before I will make changes in configure.ac could you please check
that omitting filename extension, i.e.

   LIBIODBC="libiodbc"
   LIBMYSQL="libmysqlclient"
   LIBODBC="libodbc"

works correctly? It seems to me that the system shared library
functions should be smart enough to use a standard extension if none
is specified.





reply via email to

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