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.



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

Reply via email to