
Ubuntu日本語フォーラム

ログインしていません。
tayです。
1ヶ月前から、adventureという解析ソフト(http://adventure.q.t.u-tokyo.ac.jp/jp/)の導入を試みるべく、Linuxの勉強をしながら、インストール作業を進めております。
OSはUbuntu7.10です。
adventureの一部をmakeした結果、下記のようなエラーとなりました。
error in ◎◎◎◎(.eh_frame); no .eh_frame_hdr table will be created.
上記のエラーメッセージの意味を教えていただけませんか。
また、上記◎◎に該当するアーカイブファイル(詳細は最後の部分に示す。)をインストールするために、下記のHPでパッケージの内容を検索しようとしましたが、検出できませんでした。
http://www.debian.org/distrib/packages
エラーの詳細は下記のとおりです。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
$cd server
$ make
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c advvis_server.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c MasterServer.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c SlaveServer.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Master.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Slave.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c socket++.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c string++.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c systeminfo.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c FElement.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c FENode.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Matrix.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Mathfunc.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Tet4.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Tet10.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Hex8.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Mesh.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c transform.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Analysis.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Graphics.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Mapping.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c CrossSectionGenerator.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c Geomman.cpp
g++-2.95 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -I. -I. -I../client/Common `/home/○○/ADVENTURE/bin/advsys-config --cflags` -g -O2 -c ResultDataset.cpp
g++-2.95 -g -O2 -L/home/○○/ADVENTURE/bin/lib -o advvis_server advvis_server.o MasterServer.o SlaveServer.o Master.o Slave.o socket++.o string++.o systeminfo.o FElement.o FENode.o Matrix.o Mathfunc.o Tet4.o Tet10.o Hex8.o Mesh.o transform.o Analysis.o Graphics.o Mapping.o CrossSectionGenerator.o Geomman.o ResultDataset.o `/home/○○/ADVENTURE/bin/advsys-config --libs docio`
/usr/bin/ld: error in advvis_server.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in MasterServer.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in SlaveServer.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Master.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Slave.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in socket++.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in string++.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in systeminfo.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in FElement.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in FENode.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Matrix.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Tet10.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Hex8.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Mesh.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in transform.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Mapping.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in CrossSectionGenerator.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in Geomman.o(.eh_frame); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in ResultDataset.o(.eh_frame); no .eh_frame_hdr table will be created.
オフライン
これは当該ソフトの開発元ないしMLなどに問い合わせるべきものでしょう。ここ(特に初心者フォーラム)では回答は期待できません。
オフライン