From owner-freebsd-current@FreeBSD.ORG Tue Jun 3 08:40:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F7F37B401 for ; Tue, 3 Jun 2003 08:40:44 -0700 (PDT) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8755E43F3F for ; Tue, 3 Jun 2003 08:40:43 -0700 (PDT) (envelope-from leafy@chihiro.leafy.idv.tw) Received: from [210.64.98.254] (port=49480 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.14:2) id 19NDty-000NZv-Mk for freebsd-current@freebsd.org; Tue, 03 Jun 2003 23:40:42 +0800 Received: from chihiro.leafy.idv.tw (nobody@localhost [127.0.0.1]) by chihiro.leafy.idv.tw (8.12.9/8.12.9) with ESMTP id h53Fee7R028119 for ; Tue, 3 Jun 2003 15:40:41 GMT (envelope-from leafy@chihiro.leafy.idv.tw) Received: (from leafy@localhost) by chihiro.leafy.idv.tw (8.12.9/8.12.9/Submit) id h53Feeas028118 for freebsd-current@freebsd.org; Tue, 3 Jun 2003 23:40:40 +0800 (CST) (envelope-from leafy) Date: Tue, 3 Jun 2003 23:40:40 +0800 From: leafy To: freebsd-current@freebsd.org Message-ID: <20030603154040.GA28104@chihiro.leafy.idv.tw> Mail-Followup-To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: our compiler can't convert longlong to float? 5.1-RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 15:40:44 -0000 I got this strange message and a core dump after installing 5.1-RC1 cdrom iso checking if c++ supports bool types... yes checking if conversion of longlong to float works... Segmentation fault (core du mped) no configure: error: Your compiler cannot convert a longlong value to a float! If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and try again This happened when I tried to compile mysql-client Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming