Re: error when compiling source on linux

2009-07-17 Thread Peter Fodrek
On Friday 17 July 2009 06:44:26 aj wrote: > when I try to compile Python 2.6 from source code on ubuntu, I get the > message > /usr/bin/ld: cannot open output file python: Is a directory This says that there is directory in the sources with same name as will be named output It can only occur whe

error when compiling source on linux

2009-07-16 Thread aj
when I try to compile Python 2.6 from source code on ubuntu, I get the message /usr/bin/ld: cannot open output file python: Is a directory collect2: ld returned 1 exit status make: *** [python] Error 1 PLEASE HELP! -- http://mail.python.org/mailman/listinfo/python-list