[odb-users] Porting ODB to MXE

Aarón Bueno Villares abv150ci at gmail.com
Wed Mar 22 16:58:10 EDT 2017


That didn't help to me.

I finally solved it editing the configure script manually and compiling the
conftest.cpp samples manually to see what happened, adding the set -o
xtrace option to the configure script to track the steps and a lot of stuff
that I'm trying to forget as fast as possible.

I'm not sure what is the minimial amount of work required to fix it, but I
solve it with the following steps if I don't forget anything (sorry for my
English):

https://github.com/mxe/mxe/issues/1731

On 22 March 2017 at 17:44, Boris Kolpackov <boris at codesynthesis.com> wrote:

> Hi Aarón,
>
> Aarón Bueno Villares <abv150ci at gmail.com> writes:
>
> > I was trying to compile ODB for my MXE (mingw) installation for
> > cross-compilation (from Ubuntu to Windows), but I had issues with
> > libodb-mysql, because it needs libmysqlclient (I'm only compiling for
> > windows the static versions of the libraries), but the ./configure script
> > tries to find libmysqlclient_r.a and a soft-link doesn't work.
>
> Perhaps this would be of help, especially the last section:
>
> http://www.codesynthesis.com/products/odb/doc/install-mingw.xhtml
>
> Boris
>


More information about the odb-users mailing list