# New Ticket Created by Simon Glover # Please include the string: [perl #23006] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23006 >
At the moment, if you build Parrot with long doubles on Linux/x86, then Configure defines FLOATVAL_FMT as: #define FLOATVAL_FMT "%Lf" Unfortunately, Parrot_eprintf etc. don't understand this format - if you try to use it, you get the error message: 'L' is not a valid sprintf format Is this a bug in Configure, or a bug in the printf routines (or neither)? Simon