Hallo, Thomas Grill hat gesagt: // Thomas Grill wrote:
I still have the crash with the statically linked version, but not with the shared one. It looks like a version mismatch somewhere, but i can't spot the source of the problem. Is your pool version static or dynamic?
Good question: I just ran "flext-build.sh pd gcc build", I'm not sure, what this is intended to build and where to specify shared vs. dynamic. I still need to do some reading of your new (to me) build system.
Here's some more info about the file:
$ du -sch /usr/lib/pd/extra/pool.pd_linux 180K /usr/lib/pd/extra/pool.pd_linux 180K total $ ldd /usr/lib/pd/extra/pool.pd_linux libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7eff000) libm.so.6 => /lib/tls/libm.so.6 (0xb7edd000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ed3000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7ec4000) libc.so.6 => /lib/tls/libc.so.6 (0xb7d90000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
which, flext-wise looks static.
Ciao