[haiku] Haunted by libstdc++.r4.so!

  • From: Pete Goodeve <pete.goodeve@xxxxxxxxxxxx>
  • To: Haiku <haiku@xxxxxxxxxxxxx>
  • Date: Sat, 8 Feb 2020 18:33:35 -0800

Hi,

I have built a program that -- whatever I do -- complains ,when I try to run  
it:

  "runtime_loader: Cannot open file libstdc++.r4.so: No such file or directory"

The strangeness is that: a) it's supposed to be x86, which I understand doesn't
use that lib, and b) it's in C, not C++!

In more detail, it's fluidsynth 1.11, which I need to compile myself for various
reasons.  It is in two parts: a library and a front-end.  It's the front-end 
that
gives the above message, but it only lists the app library and libroot as
needed ones.  The library part links to several system libs, but none show any 
need
for the 'r4' lib.  If I load it with another app, it doesn't complain. Only the 
front-end
seems to have the problem.

The code is built with cmake, but I can't see anything in that to cause it.
And I have another library/front-end x86 program (Csound) that builds
and runs fine.

I'm baffled.  Any idea?

Thanks,
        -- Pete --

Other related posts: