[issue2940] Building Python fails on SunOS

Adrian M report at bugs.python.org
Tue May 27 14:31:46 CEST 2008


Adrian M <syraxes at gmail.com> added the comment:

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

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2940>
__________________________________


More information about the Python-bugs-list mailing list