This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author syraxes
Recipients loewis, syraxes
Date 2008-05-27.12:31:43
SpamBayes Score 0.59037924
Marked as misclassified No
Message-id <1211891506.62.0.0817044965672.issue2940@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the tip, Martin:    on this server there are two gcc's
installed:  2.6.3 in /usr/GNU   and  3.4.2  in /usr/local.  

After setting the PATH to point to /usr/local/bin the 'configure' and
the 'make'  steps have completed successfully .

Now there is just one more problem: 
$ make install
Creating directory /home/am/usr/bin
mkdir: Failed to make directory "/home/am"; Operation not applicable
mkdir: Failed to make directory "/home/am/usr"; No such file or directory
mkdir: Failed to make directory "/home/am/usr/bin"; No such file or
directory
Creating directory /home/am/usr/lib
mkdir: Failed to make directory "/home/am"; Operation not applicable
mkdir: Failed to make directory "/home/am/usr"; No such file or directory
mkdir: Failed to make directory "/home/am/usr/lib"; No such file or
directory
make: *** [altbininstall] Error 2
History
Date User Action Args
2008-05-27 12:31:46syraxessetspambayes_score: 0.590379 -> 0.59037924
recipients: + syraxes, loewis
2008-05-27 12:31:46syraxessetspambayes_score: 0.590379 -> 0.590379
messageid: <1211891506.62.0.0817044965672.issue2940@psf.upfronthosting.co.za>
2008-05-27 12:31:45syraxeslinkissue2940 messages
2008-05-27 12:31:44syraxescreate