Re: gFortran problem compiling complex character strings

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

 



Dominique Dhumieres wrote:
>>            print *, 'Try one of "Skip", "Test", "Verbosity" or "Cleanup"'
> 
> Colin, your line is too long for the fixed form implied by the .f suffix:
> the last ' is at column 73 and not considered by gfortran as part of the statement.
> You can break your line, used the free form (implied by .f90) or remove some
> spaces at the beginning of the line.

Argh! Yes, of course. It must be that g77 didn't have that limit since the
program used to build ok with that. I will snip a space out from somewhere.

regards,

Colin

-- 
Colin Tuckley      |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE

Artificial Intelligence is no match for natural stupidity.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux