[Python-bugs-list] [ python-Bugs-484208 ] configure, aix (lovely python)

noreply@sourceforge.net noreply@sourceforge.net
Wed, 21 Nov 2001 08:29:25 -0800


Bugs item #484208, was opened at 2001-11-21 07:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=484208&group_id=5470

Category: Installation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Oliver Pitzeier (opitzeier)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure, aix (lovely python)

Initial Comment:
i'm so sorry to say this...

P Y T H O N  is F***IN' BUGGY! ... i'll use perl 
forever ...

i never saw a programming language buggier than this.

configure-script is wrong at the line with the ac_ext=C
this tippo... (line-nr.: 800) oh my god... and i 
searched hours and hours...

if you don't change it this will happen:
--------------------------------------------------
bash-2.04# ./configure
creating cache ./config.cache
checking MACHDEP... aix5
checking for --without-gcc...
checking for --with-cxx=<compiler>... no
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration 
problem: C++ compiler cannot create executables.
--------------------------------------------------
due to google and dejanews this is also true for 
serveral other platforms.

have you tested it??? i don't guess so...

i used aix 5.1 and python 2.1.1, 2.2b2 (other problems 
as well!!!)

eat your sh** and stop programming! thx!

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

>Comment By: Jack Jansen (jackjansen)
Date: 2001-11-21 08:29

Message:
Logged In: YES 
user_id=45365

I'll refrain from answering in your style of language, I'll
leave that to someone else. Any takers? :-)

But: if you think there is a bug here wrt Python and AIX:
please explain what you think the bug is!!!
"configure-script is wrong at the line with the ac_ext=C
this tippo..." does not constitute a bug report! If I should
read "typo" for "tippo": rest assured, the capital C is not
a typo. At this point we're testing how to compile C++, not
C. And .C files on unix are C++. And if your gcc doesn't
compile C++ files you should use --with-cxx.

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

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