$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: sthiers (sthiers_at_[hidden])
Date: 2004-09-06 10:54:45
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).
It is the first time I use boost, may be I missed something basic?
Thanks for any hint.