[Python-Dev] Config problems in 2.1 for Digital Unix

Neil Schemenauer nas@python.ca
Thu, 5 Apr 2001 17:50:31 -0700


Cameron Laird wrote:
> Host:  Digital Unix V4.0 (also Tru64 Unix 4.0G, also OSF1).
> 
> Successful installation requires
>   ./configure --with-cxx=gcc
>   sed -e "s/-O -Olimit 1500/-O/" Makefile > /tmp/Makefile
>   mv /tmp/Makefile Makefile

Can you send me the output from configure?  Also, try
--without-cxx instead.  Finally, an easier work around is:

    OPT=-O ./configure --with-cxx=gcc

Can someone tell me why with-cxx is the default?  It pissed me off
more than a few times when I was on a machine without a working C++
compiler.
 
  Neil