
28 Nov
2006
28 Nov
'06
2:54 a.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Martin Knoblauch Revuelta
I have no idea what this is all about, but I got to compile, link and run the example so... :-)
I had a little problem with the libraries: I installed them in /usr/local/lib (deafult location, isn't it?), but the system didn't find them at runtime. I had to append /usr/local/lib to /etc/ld.so.conf, and then run ldconfig. I decided to do so after reading: http://www.dwheeler.com/program-library/Program-Library-HOWTO/x36.html
Maybe dll-path(?)/rpath should be encouraged?