Sebastien Perez-Duarte wrote:

> Well, I don't know enough about Fortran (as a matter of fact, the first
> program written in fortran I saw was Don's PMX source...), but looking at
> the C libraries that come with the C version (the one made with f2c),
> changing the writing format to binary all the time fixes the problem. In
> libI77.c you have to change the lines which state:
> char *f__w_mode[4] = {"wb", "w", "r+b", "r+"};
> with
> char *f__w_mode[4] = {"wb", "wb", "rb+", "rb+"};
> 
> This has the side-effect that the generated .tex file has inappropriate end
> of line characters, but this has no effect on TeX.

Thanks. I'll test this with cygwin gcc again. I could make it the
default in future versions of pmx-unix (on condition that we're not
able to find a FORTRAN solution).


Regards, Andreas.

-- 
Andreas Kurth
Mannheim, Germany
http://sites.inka.de/wam56

_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to