IT++ を ACML でインストールしたい
最初に ACML をインストールしてから、次のようにしました: export LDFLAGS=$LDFLAGS:"-L/opt/acml4.4.0/ifort32/lib"
そのため、IT++ はそれ自体を構成するときにそれを見つけることができます。
次に、IT++ ディレクトリに移動し、「./configure」と入力しました。
次に、次のエラーが表示されます。
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for g++... g++
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
config.log に行ったところ、興味深い行が以下に示されています。
lib conftest.cpp >&5
g++: :-I/opt/acml4.4.0/ifort32_mp/include: No such file or directory
g++: :-L/opt/acml4.4.0/ifort32_mp/lib: No such file or directory
configure:2836: $? = 1
なぜこれを行うのですか?