From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VALED-0006dE-4f for mharc-grub-devel@gnu.org; Fri, 16 Aug 2013 10:42:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VALE1-0006cc-VI for grub-devel@gnu.org; Fri, 16 Aug 2013 10:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VALDt-0007vL-Hk for grub-devel@gnu.org; Fri, 16 Aug 2013 10:42:01 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:37698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VALDt-0007vC-Bg for grub-devel@gnu.org; Fri, 16 Aug 2013 10:41:53 -0400 Received: by mail-wg0-f49.google.com with SMTP id y10so1593786wgg.28 for ; Fri, 16 Aug 2013 07:41:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=zE2k4nkMelWclJEsHxW4lC8+bl0cVGC453kG0ZTumuI=; b=0HvEJfoKH2w2Vy2uqwjuFY4vUwH+tvgacDigolYVeI64Zfa+yW/ZJe0fjzYh/Fmw94 lSdnd7NG5iFKc9EkaD6SrNzIenbBsqlngqRzMnqZDPlDSZmWR/vrSTAPIPB/Cr7KoReQ 0AGZgS7D7v+8Yio1FqwYpzJPUif2qbZOkQiXWFstokkPkqNqrSTIdC4xJI47iQhtU0tI TSWzlOX7lAyGiyuWMMz5KPwS9TRQRhTIio25jnPukBdO+8MdP8HlF33Tp1CpgErMpxaW Wu5JAXr8N4Mj+VaWYfkkR/2fYwExajCZvxFLOJINtTxJkkoIXxGaPmInuwEU98C4s4RA Rdug== X-Received: by 10.194.176.98 with SMTP id ch2mr891870wjc.60.1376664112620; Fri, 16 Aug 2013 07:41:52 -0700 (PDT) Received: from [192.168.1.37] (c2433-1-88-160-112-182.fbx.proxad.net. [88.160.112.182]) by mx.google.com with ESMTPSA id jf9sm8778794wic.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 Aug 2013 07:41:51 -0700 (PDT) Message-ID: <520E3A2F.8060200@gmail.com> Date: Fri, 16 Aug 2013 16:41:51 +0200 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: GRUB2 on OpenBSD 5.3-amd64: linking problem References: <201308091537.37473.Ilya_Bakulin@genua.de> <201308141716.45205.Ilya_Bakulin@genua.de> <520BB03D.4050907@gmail.com> <201308161633.39403.Ilya_Bakulin@genua.de> In-Reply-To: <201308161633.39403.Ilya_Bakulin@genua.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::231 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 14:42:11 -0000 On 08/16/2013 04:33 PM, Ilya Bakulin wrote: > So the types "double" and "float" are not recognized. > > Could you please help me to debug this? I get the exact same problem on NetBSD. A simple (temporary) work-around is to remove the flags: -Dfloat=__grub_poision -Ddouble=__grub_poision Those are set in conf/Makefile.common. Grégoire