[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



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.