$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Failure to load boost libraries on Linux
From: David Aldrich (David.Aldrich_at_[hidden])
Date: 2010-07-27 09:22:28
Hi
Thanks for all your replies and help. I simply needed to specify:
-lboost_python-mt
instead of:
-lboost_python
Sorry, I should have realised that much earlier.
David