[haiku-3rdparty-dev] Re: Finding libraries?

  • From: scottmc <scottmc2@xxxxxxxxx>
  • To: haiku-3rdparty-dev@xxxxxxxxxxxxx
  • Date: Tue, 8 Jan 2013 19:18:43 -0800

Did you already try using setgcc gcc4 before building the wrapper?


On Tue, Jan 8, 2013 at 6:24 PM, Pete Goodeve <pete.goodeve@xxxxxxxxxxxx>wrote:

> Hi,
>
> I'm trying to get a Python wrapper (for Csound) working, and the glue
> library needs libstdc++.so, but can't find it.  How is a module supposed
> to know to look in ...lib/gcc4 for it?
>
> In detail. there is a SWIG-created 'csnd.py' that wants to load '_csnd.so'
> from the same python library directory.  The .so is found alright, but
> it won't load because it can't find the stdc++ that it was compiled with.
>
> How can I solve this?
>
> Thanks,
>         -- Pete --
>
>

Other related posts: