bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19111: 25.0.50; 32 bits temacs.exe is linked with wrong image-base w


From: Dani Moncayo
Subject: bug#19111: 25.0.50; 32 bits temacs.exe is linked with wrong image-base when built on 64 bit Windows host
Date: Sat, 22 Nov 2014 09:46:42 +0100

> This should cover Dani's case and the string replacement issue:

With this second patch, 'configure' doesn't fail.

This is the relevant portion of the 'configure's output:

------------------------------------------
[...]
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking the compiler's target... configure: WARNING: Compiler
reported non-standard target.
Defaulting to i686-pc-mingw32.
i686-pc-mingw32
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
[...]
------------------------------------------

Things that I find extrange, FWIW:

1. The check for the compiler's target goes before the check for gcc.
   But the former might need to ivoke the compiler (as in my case). So
   aparently the order of these checks should be swapped.

2. If I'm cross compiling, why the last check above says the contrary?

-- 
Dani Moncayo





reply via email to

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