$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-06 11:24:02
On 09/06/2004 10:54 AM, sthiers wrote:
> Hi,
>
> I've built boost_python on Red Hat linux.
> The generated libboost_python.so.1.30.2 does not export any symbol
> in release version. (ie command "nm -o libboost_python.so.1.30.2"
> produces something like "no symbol").
> In debug version, everything is correct.(ie command "nm -o
> libboost_python.so.1.30.2" produces the full symbol list).
My `man nm` indicates the need to pass a flag to nm to
print names in shared libraries. Try that.