25 Oct 03:39
Re: trying to build msys from source
Caleb Cushing wrote: > sorry for list spam but I'm going to use this thread as notes for > writing documentation > > tar has same tar cwd issue. > > need unix2dos in mingw-utils > If you've installed perl, which is probably a safe bet: jpclizbe <at> yogi:~$ cat << EOF > /usr/local/bin/unix2dos #!/usr/bin/perl -pi s/\n/\r\n/; EOF jpclizbe <at> yogi:~$ cat << EOF /usr/local/bin/dos2unix #!/usr/bin/perl -pi s/\r\n/\n/; EOF ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/

RSS Feed