[CM] Grace, beta 5, sndlib

2014-01-05 Thread James Hearon
On Jan 2, 2014, at 9:33 PM, Joel Matthys jwmatt...@yahoo.com wrote: Thanks for the update! One bugfix: I had to add -ldl to LIBS in s7.make. Joel so you might try what Joel did and see if that builds s7. Hi, Yes, that seems to work. My changes to get it to build on f20 were:

[CM] Grace, beta 5, sndlib

2014-01-04 Thread James Hearon
Building s7 (debug) Running pre-build commands res/bin/sndlib.sh Linking s7 /usr/bin/ld: sndlib/lib/libsndlib.a(s7.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker

Re: [CM] Grace, beta 5, sndlib

2014-01-04 Thread Heinrich Taube
odd, it build fine in ubuntu and haven't changed a thing since last fall. it appears that on some pors sof linux you have to add dl: On Jan 2, 2014, at 9:33 PM, Joel Matthys jwmatt...@yahoo.com wrote: Thanks for the update! One bugfix: I had to add -ldl to LIBS in s7.make. Joel so you