Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The "ThriftUsageC++" page has been changed by AkiraKitada. http://wiki.apache.org/thrift/ThriftUsageC%2B%2B?action=diff&rev1=22&rev2=23 -------------------------------------------------- You need to point your linker to the thrift library. (Linker flag: {{{ -lthrift }}} or {{{ -l/usr/local/lib/libthrift.so }}} {{{ - ld -L/usr/local/lib -lthrift *.o -o Something_server + g++ -L/usr/local/lib -lthrift *.o -o Something_server }}} == Generating the client code == A client is a bit simpler to generate.
