[Python-bugs-list] [ python-Bugs-485679 ] 2.2b2 Won't build on Solaris 2.8
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 28 Nov 2001 07:56:08 -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: Martin v. Löwis (loewis)
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
----------------------------------------------------------------------
>Comment By: Jeremy Hylton (jhylton)
Date: 2001-11-28 07:55
Message:
Logged In: YES
user_id=31392
Can you take a look Martin?
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=485679&group_id=5470