On Fri, 12 Oct 2007, Pranav Kumar wrote: > On 10/11/07, walt <[EMAIL PROTECTED]> wrote:
> > Did you build your existing boost-libs yourself or did you install > > a binary package? > ldd /usr/pkg/lib/libboost_thread-mt.so.1.33.1 gives : > > /usr/pkg/lib/libboost_thread-mt.so.1.33.1: > libstdc++.so.7 => /usr/lib/gcc34/libstdc++.so.7 (0x28150000) > libm.so.3 => /usr/lib/libm.so.3 (0x28224000) > libc.so.6 => /usr/lib/libc.so.6 (0x2807a000) > > I didn't build the existing boost-libs. looks like the binary got > installed while building gnash. Okay -- almost solved. I need to ask the group a question about c++ and then I can help you re-build boost-libs, which you definitely need to do to get gnash working. Also, are you using gcc34 or gcc41(the default)? You can see from the above that your boost-libs are linked against gcc34, which is a disaster if the rest of your packages were/will-be built with gcc41.
