我正在使用 Ubuntu,我的 IDE 是 Aptana 3.0
尝试构建时出现以下错误。图书馆libfcgi.a
位于/usr/local/lib/
.
在项目属性的 Library C++ Linker 部分中,我添加/usr/local/lib/
了搜索路径和文件/usr/local/lib/libfcgi.a
.
为什么我仍然无法构建?
**** Build of configuration Debug for project rtb ****
make all
Building target: rtb
Invoking: GCC C++ Linker
g++ -L/usr/local/lib -o"rtb" ./src/rtb.o -l/usr/local/lib/libfcgi.a
/usr/bin/ld: cannot find -l/usr/local/lib/libfcgi.a
collect2: ld returned 1 exit status
make: *** [rtb] Error 1