On Mon, 3 Jun 2013 00:53:16 +0200, Stephen Kitt <sk...@debian.org> wrote:
> While working on this I noticed another problem: the configure script no
> longer determines that C symbols need underscores, so the assembler mpi
> files don't produce the correct output. I'm trying to find a better fix,
> but a quick workaround is to use
> 
> build-win32/config.status:
>       dh_testdir
>       (mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \
>           ../configure $(CONFARGS) --host i686-w64-mingw32 \
>           --disable-gnupg-iconv --without-bzip2 --without-readline
>           --without-libcurl --disable-ldap
> ac_cv_sys_symbol_underscore=yes)
> 
> in debian/rules.

Forget that, it was caused by wine and binfmt-misc, which cause the
configure script to think it's not cross-compiling. In a clean environment the
workaround isn't necessary.

Regards,

Stephen

Attachment: signature.asc
Description: PGP signature

Reply via email to