-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 No, that's just how eclipse CDT reports back. It's looking for the right string. If you read carefully, you'll notice it is finding libboost_regex just fine. On 04/08/2014 04:28 PM, Alain Leblanc wrote:
Your compiler seems to be looking for for a file named lboost_system, and not the boost_system library. Is it possible that you have some opening double quotes in the {snip filenames} part of your command that is not closed?
a
On 04/08/2014 06:01 PM, Devon Oslund wrote: Can find boost_regex, can't find boost_system. Both right there.
_________________________________________________________________________________________________________
./bootstrap.sh --prefix=/usr ./b2 sudo ./b2 install
/usr/lib$ ls -la /usr/lib/libboost_regex.* -rw-r--r-- 1 root root 3022020 Apr 8 14:29 /usr/lib/libboost_regex.a lrwxrwxrwx 1 root root 24 Apr 8 14:29 /usr/lib/libboost_regex.so -> libboost_regex.so.1.55.0 -rwxr-xr-x 1 root root 1453274 Apr 8 14:29 /usr/lib/libboost_regex.so.1.55.0
ls -la /usr/lib/libboost_system.* -rw-r----- 1 root root 32482 Apr 8 14:29 /usr/lib/libboost_system.a lrwxrwxrwx 1 root root 25 Apr 8 14:29 /usr/lib/libboost_system.so -> libboost_system.so.1.55.0 -rwxr-x--- 1 root root 20461 Apr 8 14:29 /usr/lib/libboost_system.so.1.55.0
**** Build of configuration Release for project TCCore_Batchd ****
make all Building target: libTCCore_Batchd.so Invoking: GCC C++ Linker g++ -L/home/devonerik/workspace/tclink-4.0.1-C -L/home/devonerik/workspace/nacl-20110221/build/shalebridge/lib/amd64 -L/home/devonerik/workspace/scrypt/Release -Xlinker -rpath . -shared -o "libTCCore_Batchd.so"
{snip filenames}
-lboost_system -lboost_regex -lscrypt -lpqxx /usr/bin/ld: cannot find -lboost_system collect2: error: ld returned 1 exit status make: *** [libTCCore_Batchd.so] Error 1
**** Build of configuration Release for project TCCore_Batchd ****
make all Building target: libTCCore_Batchd.so Invoking: GCC C++ Linker g++ -L/home/devonerik/workspace/tclink-4.0.1-C -L/home/devonerik/workspace/nacl-20110221/build/shalebridge/lib/amd64 -L/home/devonerik/workspace/scrypt/Release -Xlinker -rpath . -shared -o "libTCCore_Batchd.so"
{snip filenames}
-lboost_regex -lscrypt -lpqxx -lboost_system /usr/bin/ld: cannot find -lboost_system collect2: error: ld returned 1 exit status make: *** [libTCCore_Batchd.so] Error 1
**** Build Finished ****
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJTRIaiAAoJEAy07rHw4yivfe0IAIcASNwEWLy7xiJMhzGnEl9g /nvXz0uFU9xCO4JtZi/kq14Qtot1sMM7JL69jkCx6EtsWAS3auQqOR4YJUFwdane Iq9cGoixlfR24VU/WWq9s96YFAfQRHzul4LGwOQq+8GOWGQrSN/d26fZvlXd0K3j qOLQKDAXVeBMYirwpMmPmvRxwJh8Kh//DCojY4PwxXEtnrTRBaXd8bW0rMPaTi2O sz7x7PToB8oTPleoWmKCAVN7LEsFIiCaq2U04wWnRnXIfrUuU03zBqxXqwsiD4S5 smyhGIBzdqVW3umfVbHcKtd8+u1j1Qo+SA8GWzh/5DI+SzJe6tFK5wUQ9JNQ8Ro= =s/k8 -----END PGP SIGNATURE-----