[ python-Bugs-842171 ] Digital Unix build fails to create ccpython.o
SourceForge.net
noreply at sourceforge.net
Sat Nov 15 10:14:01 EST 2003
Bugs item #842171, was opened at 2003-11-14 10:44
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=842171&group_id=5470
Category: Build
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Janet Goldstein (perlgrrl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Digital Unix build fails to create ccpython.o
Initial Comment:
I am attempting to install Python 2.3.2 on Digital Unix
V40.E (Revision 1091). The make goes nearly all the way
through, then crashes:
Can't open Modules/ccpython.o (No such file or
directory)
The same thing happens with Python 2.3.1 and 2.1.3.
The configure command I used was
./configure --with-cxx=/usr/bin/cc --without-gcc
(I know what you're thinking: try it with gcc. Well, I
tried building gcc, and it gave me even more problems
than Python.)
The Makefile is attached.
Thank you for any enlightenment you can provide.
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-11-15 10:14
Message:
Logged In: YES
user_id=33168
Did you try either of these:
./configure --without-gcc
./configure --without-cxx --without-gcc
?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=842171&group_id=5470
More information about the Python-bugs-list
mailing list