|
From: Hardy G. <nt...@ma...> - 2005-02-11 22:37:07
|
Petr Mikulik wrote: >>if the source tree is mounted with the text option, compilation will >>work as one expects: >> >>./prepare >>./configure >>make >>make install > > > I have all cygwin mounts with binmode, and it works as expected as well. > (For portability, I prefer files with LF, not CRLF.) Funny. This is perhaps the problem: I checked out gnuplot with tortoisecvs without explicitly saying 'use UNIX line endings' i.e. \n only. I also must state, that I identified this as the problem, because config.* had filenames containing ^M in it (i.e. \r). Perhaps a note in the INSTALL could help other people to not fall into this pit... Hardy |