- 论坛徽章:
- 0
|
在FREEBSD6.1下编译ICE
报错:
- c++ -ftemplate-depth-128 -Wall -D_REENTRANT -D_THREAD_SAFE -g -L../../lib -o ../../bin/icegridnode Internal.o DescriptorParser.o DescriptorBuilder.o TraceLevels.o NodeI.o ServerI.o ServerAdapterI.o Activator.o PlatformInfo.o RegistryI.o InternalRegistryI.o StringApplicationDescriptorDict.o IdentityObjectInfoDict.o StringAdapterInfoDict.o Database.o Allocatable.o AdapterCache.o ObjectCache.o AllocatableObjectCache.o ServerCache.o NodeCache.o LocatorI.o LocatorRegistryI.o AdminI.o Util.o DescriptorHelper.o NodeSessionI.o ReapThread.o SessionI.o AdminSessionI.o SessionServantLocatorI.o Topics.o QueryI.o WaitQueue.o FileUserAccountMapperI.o IceGridNode.o -lIceGrid -lIceStormService -lIceBox -lGlacier2 -lIcePatch2 \
- -lFreeze -lIceXML -lIceSSL -L/usr/local/ssl/lib -lssl -lcrypto -lIce -lIceUtil -lc_r
- /usr/bin/ld: warning: libdb_cxx-4.3.so, needed by ../../lib/libFreeze.so, not found (try using -rpath or -rpath-link)
复制代码 |
|