mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] stack smashing on i686 with -O3 since da82d07


From: Nagaev Boris
Subject: Re: [Mingw-cross-env-list] stack smashing on i686 with -O3 since da82d07dbe
Date: Sun, 25 Oct 2015 05:37:58 +0300

On Sat, Oct 24, 2015 at 11:09 AM, Moritz Bunkus <address@hidden> wrote:
> Hey Boris,
>
>> $ host=i686-w64-mingw32.static
>> $ qtbin=/mxe/usr/${host}/qt5/bin
>> $ ./autogen.sh
>> $ ./configure --host=${host} -enable-qt --enable-static-qt
>> --with-mkvtoolnix-gui --with-moc=${qtbin}/moc --with-uic=${qtbin}/uic
>> --with-rcc=${qtbin}/rcc -with-boost=~/mxe-reorg-build-pkg/usr/${host}
>
> -with-boost is missing a dash, it must be --with-boost=…
>
> Are you sure that ~/mxe-reorg-build-pkg is the right path? At the same
> time you're pointing to /mxe/… for Qt.

Fixed but the error remains.

> configure looks in the path given with --with-boost=… for
> ${with_boost}/include/boost/….h and ${with_boost}/lib/libboost*.a, so
> make sure those actually exist.

They exists. The boots libraries have "-mt.a" in their names, e.g.,
"libboost_random-mt.a".

> You don't need --enable-qt (it's the default), and even if you did it
> would need two dashes, --enable-qt, and not just one, -enable-qt.
>
> Kind regards,
> mosu



-- 


Best regards,
Boris Nagaev



reply via email to

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