On 6 Nov 2001, at 13:39, Pierre Muller wrote:
With the latest cygwin tools (uploaded using cygwin setup program) I get a problem that seems related to the fact that the assembler is called without any argument.
[...]
Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/2.95.3/specs
[...]
Assembler messages: for reading open : No such file or directory
I have run into this problem before. If I recall correctly, it's a text/binary problem with the "specs" file. See if the specs file listed above has CRLF line endings. If so, change them to LF line endings, and the problem should disappear.
-- Dave