Boost logo

Boost Users :

Subject: Re: [Boost-users] boost compilation error
From: Dmitry V. Krivenok (krivenok_at_[hidden])
Date: 2009-01-16 02:44:06


Bijay Panda wrote:
> Hi All,
> I am trying to run boost1.34.1 in ubuntu 7.10.
> Compiling the program like this
>
> g++ -o fst boostThread.cpp -lboost_filesystem
>
> throws error like bellow.
>
> /usr/bin/ld: cannot find -lboost_filesystem
> collect2: ld returned 1 exit status
>
> Can any one please tell me how to get rid of this.

g++ can't find shared library libboost_filesystem.so

Provide the path to the library using -L option.
For example
g++ -o fst boostThread.cpp -lboost_filesystem -L/usr/local/boost-1.34.1/lib

If you don't know where library located try the following commands:
sudo updatedb
locate libboost_filesystem.so

On my system this command produces this output:
krivenok_at_develop2 10:44:55 ~/dev_builds/boost-trunk/boost/date_time $
locate libboost_filesystem.so
/usr/local/old_dev/boost-1.34.1/lib/libboost_filesystem.so
/usr/local/dev/boost-1.37.0/lib/libboost_filesystem.so
/usr/lib/libboost_filesystem.so
krivenok_at_develop2 10:45:02

>
> --
> Thanks & Regards
> Bijay Kumar Panda
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

-- 
Sincerely yours, Dmitry V. Krivenok
Orange System Company
Saint-Petersburg, Russia
work phone: +7 812 332-32-40
cellular phone: +7 921 576-70-91
e-mail: krivenok_at_[hidden]
web: http://www.orangesystem.ru
skype: krivenok_dmitry
jabber: krivenok_dmitry_at_[hidden]
icq: 242-526-443

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net