problem compiling Python 2.0 on Sun Solaris

D-Man dsh8290 at rit.edu
Wed Jan 3 17:36:18 EST 2001


The tarball should have Unix-style line endings.

In anycase you can use the Dos2Unix program that will remove the
erroneous <wink> 0x0A 's from the files.

If you don't have it, a not very robust one could be written in very
little time.  (actually, you could probably use sed to do it).

HTH,
-D

On Wed, Jan 03, 2001 at 09:10:44PM +0000, Jef Mangelschots wrote:
> Hi,
> 
> I just downloaded the sources for Python 2.0 from 
> http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.gz
> 
> ALL the text files are unrecognizable to my system because each line
> is ended with 0x0D 0x0A, common for Windows NT systems, but not for
> Unix systems.
> 
> Does anybody have a suggestion ?




More information about the Python-list mailing list