[Python-bugs-list] [ python-Bugs-485679 ] 2.2b2 Won't build on Solaris 2.8
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 26 Nov 2001 08:56:23 -0800
Bugs item #485679, was opened at 2001-11-26 08:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485679&group_id=5470
Category: Build
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: David M. Beazley (beazley)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.2b2 Won't build on Solaris 2.8
Initial Comment:
2.2b2 doesn't build on Sparc Solaris 2.8 with
gcc-2.95.2 and
gmake-3.77. The following error occurs:
make: *** No rule to make target `Python/thread_*.h',
needed by `Python/thread.o'. Stop.
This occurs with the standard build process
(./configure; make).
If I had to take a wild guess on this, perhaps the
build process (configure or make) is using a
non-portable feature of the shell and/or make.
-- Dave
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485679&group_id=5470