gcc3.2.2

fedora9にSystemCをインストールするには,gcc-3.2.2を入れないといけないっぽい.


[root@localhost objdir]# ../configure --prefix=/usr/local/systemc-2.1
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/systemc-2.1/config/missing: Unknown `--run' option
Try `/usr/local/systemc-2.1/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether we are using the GNU C++ compiler... no
checking whether gcc -V 3.2.2 accepts -g... no
checking dependency style of gcc -V 3.2.2 ... none
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
basename: extra operand `3.2.2'
Try `basename --help' for more information.
configure: error: "sorry...compiler not supported"

fedora9に入ってるgccは4.3.0だったから,やっぱり3.2.2あたりが必要っぽい.

なんというか,吐かれた文章を読まないのがいけないんだよなぁ……
こんなんで2日つぶれてると思うと,どんだけ自分の効率が悪いんだかがわかるなぁ……