If you download the binary version, you need to set Lib and Include for your development.
this works for your compiling process, but to make your program run, you need to set the LD_LIBRARY_PATH under linux. If you are using a not-linux system, please refer to the official guide. You can also statically link your program to avoid settting the LD_LIBRARY_PATH. If you download the binary version, you just rename the .so files. If you are planning to compile the lib from the source code, add --disable-static to the ./configure arguments and then make install. Wish you good luck On Thu, Aug 26, 2010 at 12:33 AM, Willard Hagen <[email protected]>wrote: > Hello, > > I am not sure if my previous messages went through. Does anyone know what > linker paths and what libraries I need to put in? > > Thanks! > -- Weiwei w...@baidu 王巍巍 百度 商务搜索部 工位:F5-BE327 分机:5594 地址:北京市海淀区上地十街10号 百度大厦 100085 手机:18601042316 百度 Hi: elegate
