help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] make check error with Mingw/MSYS


From: Brian Gough
Subject: Re: [Help-gsl] make check error with Mingw/MSYS
Date: Tue, 26 Oct 2004 17:35:45 +0100

Matthew Collette writes:
 >    I tried building up the file line-by-line with echo 1 2 1 >> filename
 > etc, but get the same make check error. I am guessing that the msys
 > system is preserving the UNIX-style end-of-lines even with echo, while
 > the the Mingw-produced executable is using the DOS style end-of-lines. 

Thanks for the suggestion about tr.  I've made the change below in
cvs.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/

diff -r1.4 test_gsl_histogram.sh
10c10
< echo 1 2 2.5 4 | ./gsl-histogram 1 5 4 > test.obs.1.tmp
---
> echo 1 2 2.5 4 | ./gsl-histogram 1 5 4 | tr -d '\r' > test.obs.1.tmp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]