Hi,
I'm trying to install a new PDContainer, however while building goes fine, loading it makes Pd complain:
/usr/lib/pd/externs/PDContainer.pd_linux: /usr/lib/pd/externs/PDContainer.pd_linux: undefined symbol : _Z16h_multiset_setupv
This symbol is: $ c++filt _Z16h_multiset_setupv h_multiset_setup()
Any ideas? The source looks okay to my eyes. This is on Debian testing using g++ (GCC) 4.0.3.
$ ldd /usr/lib/pd/externs/PDContainer.pd_linux linux-gate.so.1 => (0xffffe000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7dc5000) libm.so.6 => /lib/tls/libm.so.6 (0xb7da0000) libc.so.6 => /lib/tls/libc.so.6 (0xb7c6e000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c63000) /lib/ld-linux.so.2 (0x80000000)
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Any ideas? The source looks okay to my eyes. This is on Debian testing using g++ (GCC) 4.0.3.
It's the same with this: g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Any ideas? The source looks okay to my eyes.
More info: This doesn't seem to be related to just multiset. If I uncomment the multiset code, the setup for "h_set" is not found, and if I remove that as well, the same happens with other setup-functions.
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Georg Holzmann hat gesagt: // Georg Holzmann wrote:
thanks frank - this was a bug introduced because pdcontainer also compiles with the Pd-Extended buildsystem now!
It is fixed in cvs ...
Thank you, it works again.
Frank Barknecht _ ______footils.org_ __goto10.org__