在Ubuntu上安装ACE的问题

时间:2012-04-07 23:13:08

标签: ubuntu compiler-errors ubuntu-11.10 ace

我拥有Ubuntu 11.10(GNU / Linux 3.0.0-18-服务器x86_64),我正在尝试使用本手册安装Single ACE 6.1.1:http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html#unix_traditional

自版本6.0.7以来安装已经发生了变化我认为在我执行命令“make”之后会出现一些错误,这是错误的,我希望有人可以帮助我:

g++ -fno-strict-aliasing -fvisibility=hidden -fvisibility-inlines-hidden -O3 -ggdb -pthread -Wall -W -Wpointer-arith -pipe -D_GNU_SOURCE   -I/opt/ace/ACE_wrappers -D__ACE_INLINE__ -I../../..  -Wl,-E -L/opt/ace/ACE_wrappers/lib -L.  -L../../../lib  -Wl,-R/usr/local/lib -Wl,--enable-new-dtags -o taoout .obj/test.o .obj/tao.o -lACE -ldl -lrt
.obj/test.o: In function `main':
/opt/ace/ACE_wrappers/apps/gperf/tests/test.cpp:28: undefined reference to `in_word_set(char const*, unsigned int)'
/opt/ace/ACE_wrappers/apps/gperf/tests/test.cpp:28: undefined reference to `in_word_set(char const*, unsigned int)'
collect2: ld returned 1 exit status
make[1]: *** [taoout] Error 1
make[1]: Leaving directory `/opt/ace/ACE_wrappers/apps/gperf/tests'
make: *** [taoinset] Error 2

1 个答案:

答案 0 :(得分:1)

命令如:

make clean

解决了这个问题 - 但你必须删除构建文件夹并重新完成安装过程,但它可以工作:)我花了一些时间来解决,但现在没问题。