From owner-FreeBSD-users-jp@jp.freebsd.org  Wed Dec  8 14:12:57 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id OAA79375;
	Wed, 8 Dec 1999 14:12:57 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from fwgw.imagica.co.jp (fwgw.imagica.co.jp [157.119.17.3])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id OAA79369
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 8 Dec 1999 14:12:57 +0900 (JST)
	(envelope-from mino@bb.imagica.co.jp)
Received: from ns1.bb.imagica.co.jp (mailhub1.bb.imagica.co.jp [172.16.16.2]) by fwgw.imagica.co.jp (8.8.8/3.5Wpl7-IMAGICA-R3.3.3.2) with ESMTP id OAA19136 for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 8 Dec 1999 14:12:56 +0900 (JST)
Received: from serv1.hq.imagica.co.jp (mino@serv1.hq.imagica.co.jp [157.119.144.2]) by ns1.bb.imagica.co.jp (8.8.8/3.5Wpl7-cx-3.0) with ESMTP id OAA27733 for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 8 Dec 1999 14:12:56 +0900 (JST)
Received: by serv1.hq.imagica.co.jp (8.8.8/3.5Wpl7-hq-3.4) id OAA20368 for FreeBSD-users-jp@jp.freebsd.org; Wed, 8 Dec 1999 14:12:55 +0900 (JST)
Date: Wed, 8 Dec 1999 14:12:55 +0900 (JST)
From: Minoru Oikawa <mino@bb.imagica.co.jp>
Message-Id: <199912080512.OAA20368@serv1.hq.imagica.co.jp>
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: FreeBSD-users-jp@jp.freebsd.org
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: FreeBSD-users-jp 48073
Subject: [FreeBSD-users-jp 48073] Re: compiling with -traditional
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: mino@bb.imagica.co.jp

> Date: Wed, 8 Dec 1999 13:50:50 +0900 (JST)
> From: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
> Message-Id: <199912080450.NAA08313@eve.mogami-wire.co.jp>

> 3.2R $B$G$OD>$C$F$$$?$s$G$9$+!*(B $B$9$k$H(B 3.3R $B$G$^$?La$C$F$7$^$C$?!)(B

 $B$4$a$s$J$5$$!#!V4V0c$C$A$c$C$?$G$9!W%a!<%k$r=q$$$F$$$k$N$H(B
$BF~$l0c$$!#(B

 $B$*$o$S$K(B egcs-1.1.2 on NetBSD 1.4P $B$@$H$b$C$HJQ!"$H$$$&$N$r!#(B
 $B$J$s$H!"(Bmath.h $B$NCf$G(B syntax error $B$K$J$C$A$c$$$^$7$?(B :-)

# gcc --version
egcs-1.1.2
# gcc -traditional -c -o /tmp/foo.o /tmp/foo.c
In file included from /tmp/foo.c:1:
/usr/include/math.h:26: syntax error before `char'
In file included from /tmp/foo.c:1:
/usr/include/math.h:211: warning: conflicting types for built-in function `cosf'
/usr/include/math.h:212: warning: conflicting types for built-in function `sinf'
/usr/include/math.h:227: warning: conflicting types for built-in function `sqrtf'
/usr/include/math.h:230: warning: conflicting types for built-in function `fabsf'
/usr/include/math.h:26: warning: array `__infinity' assumed to have one element
# 

--- mino
