fprintf with old fortran type format

Ph. Piot piot@fnal.gov
Wed Apr 28 14:08:00 GMT 2004


Hello Eljay,

  Thank you very much for your help, my application 
now works under window. 

  All the best, 

          -- Philippe. 


On Tue, 27 Apr 2004, Eljay Love-Jensen wrote:

> Hi Philippe,
> 
> It looks like your were using a printf extension.  (A couple of extensions, 
> for instance:  SUSv2, and/or glibc 2.2.)
> 
> I recommend converting your printf parameters from...
> %' '.4E
> ...to...
> % .4E
> 
> Taking out the (unnecessary and unsupported) apostrophes should help.
> 
> HTH,
> --Eljay
> 
> 



More information about the Gcc-help mailing list