Don Simons skryf:
> I've been experimenting with my latest PMX distribution from
> http://www.dslnorthwest.net/~don/pmx/pmx.html . It was created and
> ZIPped under Win/DOS. Using "unzip" I decompressed the file on a linux
Always use unzip -a to take care of text files.
> box. After making the two usual syntax changes and renaming source.for
> to pmxab.f it compiled OK under g77. But when processing the unzipped
> sample .pmx files, Linux-PMX had all sorts of problems related to text
> line terminations. If on the other hand I retrieve the same .pmx files
> by ascii-mode FTP from a Win/DOS box, there are no such problems.
>
> I suppose the CR-LF's are somehow surviving the DOS-ZIP/Linux-unzip
> process, then confusing the Linux-compiled PMX.
>
Dirk