[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Problem with configure/make Python-2.1.2.tgz on Qube 2
- Subject: [cobalt-users] Problem with configure/make Python-2.1.2.tgz on Qube 2
- From: Sam Anderegg <galileo@xxxxxxxxxx>
- Date: Wed Jan 30 14:03:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi, I tried to build from python2.1.2 source and run into trouble. See copy
of shell error messages below.
The Qube 2 has Cobalt OS Release 4.0 and I installed all available patches.
After unpacking with
$> gzip -dc Python-2.1.2.tgz | tar xf -
NB: I cannot find any Cobalt Qube specific configuration advice in the
README file. Running configure script ends with the following lines before
make command stops and fails. Many thanks for help.
--Sam
$> ./configure
...
updating cache ./config.cache
creating ./config.status
creating Makefile.pre
creating Modules/Setup.config
sed: can't read ./Modules/Setup.config.in: No such file or directory
creating config.h
creating Setup
cp: ./Modules/Setup.dist: No such file or directory
creating Setup.local
creating Makefile
./Modules/makesetup: ./Modules/makesetup: No such file or directory
mv: config.c: No such file or directory
$> make
make: *** No targets specified and no makefile found. Stop.