From owner-freebsd-questions Wed Sep 11 17:17:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C6B37B400 for ; Wed, 11 Sep 2002 17:17:55 -0700 (PDT) Received: from www.imp.mx (imp.mx [192.100.181.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB9243E42 for ; Wed, 11 Sep 2002 17:17:55 -0700 (PDT) (envelope-from edscott@imp.mx) Received: from [192.168.122.241] (IDENT:edscott@[192.168.122.241]) by www.imp.mx (SGI-8.9.3/8.9.3) with ESMTP id TAA49987 for ; Wed, 11 Sep 2002 19:16:18 -0500 (CDT) Subject: long doubles in FreeBSD From: edscott wilson garcia To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 (1.0.5-5) Date: 11 Sep 2002 19:17:43 -0500 Message-Id: <1031789868.1703.24.camel@sagitario.eco.imp.mx> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently improved a fractal generating program by switching from double to long double. (http://gmandel.sourceforge.net). It works fine in Linux, but has problems in FreeBSD. It seems that "%llf" does not work for sprintf() and sscanf() with long doubles. Is this a known issue? Is there a different way to specify format strings for long doubles in FreeBSD? TIA Edscott Wilson Garcia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message