Difference between revisions of "Talk:Compilation Installation"

From AMule Project FAQ
Jump to: navigation, search
 
Line 1: Line 1:
If you have problems compiling crypto-5.1.tar.bz2 with gcc 2.95.3 it can be due to stray DOS newlines in some files.
 
  
Use
 
: file * | grep CRLF | while read file rest; do dos2unix ${file%:}; done
 
to convert them to UNIX newlines.
 
 
eijk
 

Revision as of 23:31, 16 June 2004