Hi , I want to use thrift's cpp interface, but when I compile it, the following errors happens :
E:\Java\lib\thrift-0.4.0\lib\cpp\src/transport/TBufferTransports.h:240: undefined reference to `vtable for apache::thrift::transport::TBufferedTransport' collect2: ld returned 1 exit status make: *** [Thrift_C++.exe] Error 1 I run it under windows platforms, seems it is a link problem, anyone know what's the problem and where can I find the thrift runtime library ? -- Best Regards Jeff Zhang
