Re: [Boost-users] boost filesystem api problem

I am using boost 1.32.0 and using filesystem apis. i included boost/filesystem/operations.hpp and boost/filesystem/path.hpp.
I get the following link error: undefined reference to `boost::filesystem::detail::status_api(std::basic_string
const&, int&)' undefined reference to `boost::filesystem::detail::get_current_path_api(std::basic_string &)' I did the following brute force check of probable libraries in tools/boost/1.32.0/lib. $ nm -DCo *.so* | grep status_ai But no luck. No match for the api found in any of the libraries.
Anybody, please help.
Regards, Nipun

Well. That was my mistake. I used boost 1.34.3 headers and boost
1.32.0 libraries.
That was the problem.
Regards,
Nipun
On Sun, Nov 15, 2009 at 11:29 PM, nipun_mlist Assam
I am using boost 1.32.0 and using filesystem apis. i included boost/filesystem/operations.hpp and boost/filesystem/path.hpp.
I get the following link error: undefined reference to `boost::filesystem::detail::status_api(std::basic_string
const&, int&)' undefined reference to `boost::filesystem::detail::get_current_path_api(std::basic_string &)' I did the following brute force check of probable libraries in tools/boost/1.32.0/lib. $ nm -DCo *.so* | grep status_ai But no luck. No match for the api found in any of the libraries.
Anybody, please help.
Regards, Nipun
participants (1)
-
nipun_mlist Assam