This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fprintf with old fortran type format


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]