This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: fprintf with old fortran type format
- From: "Ph. Piot" <piot at fnal dot gov>
- To: Eljay Love-Jensen <eljay at adobe dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Apr 2004 09:07:59 -0500 (CDT)
- Subject: Re: fprintf with old fortran type format
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
>
>