我快不行了,谁帮忙整整呀~~
我安装ACE有2天了,总是报各种错误,好不容易configure成功,make时又报了这样的错误:
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::operator=(const ACE_Future<int>&)
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::~ACE_Future()
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::ACE_Future()
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future_Observer<int>::~ACE_Future_Observer()
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::ACE_Future(const ACE_Future<int>&)
ld: 0711-317 ERROR: Undefined symbol: ACE_Future_Observer<int>::~ACE_Future_Observer()
ld: 0711-317 ERROR: Undefined symbol: .ACE_Node<ACE_Future_Observer<int>*>::ACE_Node(ACE_Node<ACE_Future_Observer<int>*>*,int)
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::get(int&,ACE_Time_Value*) const
ld: 0711-317 ERROR: Undefined symbol: .ACE_Future<int>::set(const int&)
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
各位高手帮忙分析看,到底是什么原因啊?
问题点数:20、回复次数:2Top
1 楼PLYAT(山野的風)回复于 2006-11-03 17:43:26 得分 10
楼主有没有把AEC加入系统得环境变量?
Top
2 楼PLYAT(山野的風)回复于 2006-11-03 17:44:40 得分 10
你可以先指定一下ACE得路径 编译看看
g++ -o Server main.o Server.o /opt/ACE/lib/libACE.soTop




