[Patches] [ python-Patches-433537 ] better cross-compilation support

noreply@sourceforge.net noreply@sourceforge.net
Thu, 09 Aug 2001 03:32:48 -0700


Patches item #433537, was opened at 2001-06-15 12:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=433537&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: michael shiplett (walrusmonkey)
Assigned to: Martin v. Löwis (loewis)
Summary: better cross-compilation support

Initial Comment:
configure.in uses AC_TRY_RUN in several places without allowing for cached values to allow for cross-compilation. this patch uses the same approach as other parts of configure.in use.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-08-09 03:32

Message:
Logged In: YES 
user_id=21627

Committed as configure.in 1.241, configure 1.231.

The USABLE_WCHAR_T test is gone now, so that chunk doesn't
apply anymore. I think a few additional AC_TRY_RUNs have
been added, so we'd appreciate if you could provide further
corrrections.

Also, if you have a way to kill the autoconf messages
AC_TRY_RUN called without default to allow cross compiling

that would be much appreciated.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-08 13:57

Message:
Logged In: YES 
user_id=6380

I appreciate this work!

Note that it currently doesn't apply cleanly.  configure.in
is always changing...

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-08-08 13:45

Message:
Logged In: YES 
user_id=21627

Looks good to me; I'll review it in detail and check it in 
unless I find problems.


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2001-06-28 11:24

Message:
Logged In: NO 

Useful patch. I used it to compile python 2.0.1 for the
Agenda VR3 PDA.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=433537&group_id=5470