From mint-bounce@lists.fishpool.fi Wed May 26 07:46:01 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9sNqHNPoCpFDw9TDoY5sJHfRy2tjqe0iFNQAj/M9h2A=; b=jeDfWrM+UfttTljVwZSoDaJS4PUyYhCt3TeN/vkIngB4iNtHGk9uv75khUIeutZgCl IFc9/SGNJfbln5MtV/HufbDrOF6tsazVBwRid+GCPa5TeJFo7fmkEiI6TI9O2pJ3Kyey JT4mINHh3rst1nlNkHc0/23It9sPDyA7Uablw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ROzW/Y/7+5C4sReyNa4jWOa+ke2cHy5aSaQlMBadk4/xqz+sHPWqf6SW/moMg88OdG BMjdFAfXAVxjmX4l0+2pZVid3YqN+QivfZREoWYOEjrlXP+GFJiPKNnldunupHCzKTMZ s9qyV0noPIE5ggpXhrU95HQ5CsnFP6IYNbNcs= Message-ID: <4BFD0962.4020800@freesbee.fr> Date: Wed, 26 May 2010 13:43:30 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Gcc 4.4.3 Linking problems, libmath testcase attached... References: <612f817344d98621f0cd0961cd413ccd-EhVcX1lFRQVaRwYcDTpQCEFddQZLVF5dQUBFBDBTXF5bVkYJXlloAFdTMl5dRkEKXVxQRFg=-webmailer2@server07.webmailer.hosteurope.de> <4BFCEA61.6070107@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Andreas Schwab wrote: >> ceilf() is not part of the ANSI C standard > > It is, since more than 10 years. I was referring to C89, and if I'm not wrong that standard version did include only math functions for double (no float or long double variants). Of course, as it was a nonsense, the serious compilers added support for it, and it has been standardized by C99. Some info in the manpage: http://manpages.ubuntu.com/manpages/lucid/man3/ceilf.3.html Anyway, any serious compiler/platform should include these functions nowadays. -- Vincent Rivière