Stefan Krah added the comment:

Apparently the build failed because only arm-linux-gnueabi-gcc-4.7 was installed
but not arm-linux-gnueabi-gcc.

But the cross build succeeds with the original 2.4-rc1, except that 
arm-linux-gnueabi-ar
isn't picked up:

$ ./configure --host=arm-linux-gnueabi
checking for arm-linux-gnueabi-gcc... arm-linux-gnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabi-gcc accepts -g... yes
checking for arm-linux-gnueabi-gcc option to accept ISO C89... none needed
checking system as reported by uname -s... Linux
checking how to run the C preprocessor... arm-linux-gnueabi-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for size_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for __uint128_t... no
checking size of size_t... 4
checking size of __uint128_t... 0
checking for x64 gcc inline assembler... no
checking for x87 gcc inline assembler... no
checking for -O2... yes
checking for glibc _FORTIFY_SOURCE/memmove bug... undefined
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmpdec/Makefile
config.status: creating tests/Makefile
config.status: creating libmpdec/mpdecimal.h
config.status: creating config.h
$ make
cd libmpdec && make
make[1]: Entering directory `/home/stefan/tmp/mpdecimal-2.4-rc1/libmpdec'
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c basearith.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c context.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c constants.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c convolute.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c crt.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c mpdecimal.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c mpsignal.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c difradix2.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c fnt.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c fourstep.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c io.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c memory.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c numbertheory.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c sixstep.c
arm-linux-gnueabi-gcc -Wall -W -Wno-unknown-pragmas -DCONFIG_32 -DANSI -O2 
-fpic  -c transpose.c
ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o 
mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o memory.o 
numbertheory.o sixstep.o transpose.o
ranlib libmpdec.a
arm-linux-gnueabi-gcc   -shared -Wl,-soname,libmpdec.so.2 -o libmpdec.so.2.4.0 
basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o 
difradix2.o fnt.o fourstep.o io.o memory.o numbertheory.o sixstep.o transpose.o 
-lm
make[1]: Leaving directory `/home/stefan/tmp/mpdecimal-2.4-rc1/libmpdec'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to