From owner-FreeBSD-users-jp@jp.FreeBSD.org Thu Jul 29 09:07:52 2004
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id i6T07q004795;
	Thu, 29 Jul 2004 09:07:52 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from gate.soum.co.jp (gate.soum.co.jp [2001:240:c4:0:2d0:b7ff:fe68:a9c2])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet6 id i6T07p804790
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 29 Jul 2004 09:07:51 +0900 (JST)
	(envelope-from asou@soum.co.jp)
Received: from force.soum.co.jp (force.soum.co.jp [IPv6:2001:240:c4:1:a00:20ff:fef0:4c9c])
	by gate.soum.co.jp (8.12.11/8.12.11) with ESMTP id i6T07jS7071764
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 29 Jul 2004 09:07:45 +0900 (JST)
	(envelope-from asou@soum.co.jp)
Received: from localhost (localhost [127.0.0.1])
	by force.soum.co.jp (8.11.7/3.7W-2003122702) with ESMTP id i6T07i008955
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 29 Jul 2004 09:07:44 +0900 (JST)
Message-Id: <20040729.090744.88948233.asou@soum.co.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: Masato Asou <asou@soum.co.jp>
In-Reply-To: <040728201111.M0102873@flame.hirata.nuee.nagoya-u.ac.jp>
References: <41077D55.3020205@trio.plala.or.jp>
	<040728201111.M0102873@flame.hirata.nuee.nagoya-u.ac.jp>
X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 29 Jul 2004 09:07:44 +0900
X-Sequence: FreeBSD-users-jp 80376
Subject: [FreeBSD-users-jp 80376] Re: Intel C/C++/fortran compiler
 nowproducesEM64Tbinaries
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: asou@soum.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+040717

$B$A$c$A$c$G$9!#(B

From: takao@hirata.nuee.nagoya-u.ac.jp (Takao Ono)
Date: Wed, 28 Jul 2004 20:11:11 +0900

> $B>.Ln(B@$BL>8E20Bg3X(B $B$G$9(B.
> 
> # $B$8$c$"!V%W%j%W%m%;%9(B+$B%3%s%Q%$%k(B+$B%"%;%s%V%k$OA4BN$G(B 1$B$D$N=hM}$J(B
            $B",",",",",",",",",",",",(B
> # $B$N$+!W$HJ9$+$l$k$H:$$k$N$G$9$,(B, $B$3$N%7!<%1%s%9$G$3$1$k$H$-$O$?(B
> # $B$$$F$$$^$s$J$+$N%3%s%Q%$%k$G$3$1$k$N$G$"$^$j5$$K$7$F$$$J$$(B.

$B$I$&$b:G6a$O!"(Bcc1 $B$,(B cpp $B$N5!G=$r;}$C$F$7$^$C$F$$$k$h$&$G$9$M!#(B
$B!t(B $BD9$$9T$OE,592~9T$rF~$l$F$"$j$^$9!#(B

    % gcc -v main.c
    Reading specs from /usr/lib64/gcc-lib/x86_64-suse-linux/3.2.2/specs
    Configured with: ../configure --enable-threads=posix --prefix=/usr \
    --with-local-prefix=/usr/local --infodir=/usr/share/info \
    --mandir=/usr/share/man --libdir=/usr/lib64 \
    --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj \
    --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib \
    --with-system-zlib --enable-shared --enable-__cxa_atexit \
    x86_64-suse-linux
    Thread model: posix
    gcc version 3.2.2 (SuSE Linux)
$B"*(B   /usr/lib64/gcc-lib/x86_64-suse-linux/3.2.2/cc1 -lang-c -v \
    -D__GNUC__=3 -D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=2 \
    -D__GXX_ABI_VERSION=102 -D__ELF__ -Dunix -D__gnu_linux__ -Dlinux \
    -D__ELF__ -D__unix__ -D__gnu_linux__ -D__linux__ -D__unix \
    -D__linux -Asystem(posix) -D__NO_INLINE__ -D__STDC_HOSTED__=1 \
    -Acpu=x86_64 -Amachine=x86_64 -D__x86_64 -D__x86_64__ \
    -D__SIZE_TYPE__=unsigned long int -D__PTRDIFF_TYPE__=long int \
    -D__tune_athlon__ -D__tune_athlon_sse__ \
    -D__LONG_MAX__=9223372036854775807L -D__LP64__ -D_LP64 main.c \
    -quiet -dumpbase main.c -version -o /tmp/ccXx2Vg2.s
$B"*(B  GNU CPP version 3.2.2 (SuSE Linux) (cpplib) (x86-64 Linux/ELF)
    GNU C version 3.2.2 (SuSE Linux) (x86_64-suse-linux)
            compiled by GNU C version 3.2.2 (SuSE Linux).

                        $BD+@8@5?M(B asou@soum.co.jp
                 What is Ninf? http://ninf.apgrid.org/
