Compiling python error
Martin von Loewis
loewis at informatik.hu-berlin.de
Wed Oct 31 05:51:48 EST 2001
More information about the Python-list mailing list
Wed Oct 31 05:51:48 EST 2001
- Previous message (by thread): Programming Advice Please
- Next message (by thread): Compiling python error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
j.c.mcnulty at open.ac.uk (James) writes: > bash-2.03# ./configure > loading cache ./config.cache > checking MACHDEP... sunos5 > checking for --without-gcc... no > checking for --with-cxx=<compiler>... no > checking for c++... c++ > checking whether the C++ compiler (c++ ) works... yes > checking whether the C++ compiler (c++ ) is a cross-compiler... yes Is that a proper analysis? Is "c++" indeed a cross compiler? If not, you should investigate why configure thinks it is a cross compiler, by inspecting config.log. If yes: did you intend to build python using cross-compilation for a different system? If yes: you are pretty much on your own. Cross compilation is not really tested; although patches might be accepted. If no: Is your C compiler also a cross compiler? If yes: Since you are not cross-compiling, and since you don't have a native compiler, you are out of luck; get a native compiler. If no: Try configuring --without-cxx. Regards, Martin
- Previous message (by thread): Programming Advice Please
- Next message (by thread): Compiling python error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list