> Now it works. Well, yes, there were 3 issues. First, I had skipped the "make
> install" part in "getting started with boost", i.e. I didn't have any
> libboost* files (of which I know explicitly). Second, LD_LIBRARY_PATH was not
> set and, third, libboost_python-gcc41-1_37.so.1.37.0 didn't exi
> Maybe your library path is incorrect. You may try (with bash)
> export LD_LIBRARY_PATH=path_to_your_libboost_python-gcc41-1_37.so.1.37.0
Now it works. Well, yes, there were 3 issues. First, I had skipped the "make
install" part in "getting started with boost", i.e. I didn't have any libboost*
Hi,
I'm new to boost and aiming to use boost:python and I am experiencing
difficulties with the boost:python tutorial. While running bjam plain (i.e.
with test targets and without --preserve-test-target or -n -a) creates nice
test results (i.e. hello, hello.output and hello.test are created wit