Re: [CM] s7, undefined reference errors

2016-09-20 Thread James Hearon
Hi, snd configure... ./configure --with-s7 --with-gsl --with-motif --with-gl --with-gmp --with-alsa CFLAGS=HAVE_COMPLEX_NUMBERS CFLAGS=HAVE_COMPLEX_TRIG CFLAGS="-I/usr/include/linux/param.h" Oops, I guess I did compile with gimp. I'm not sure why I did that. Must have been something I

Re: [CM] s7, undefined reference errors

2016-09-20 Thread bil
By the way, have you measured any difference in performance for non-bignumbers when using WITH_GMP? The gmp version is always slower, sometimes a lot slower (more than a factor of 10). I was using gmp/mpfr for some (for lack of a less pompous word) research and didn't care about the speed. In

Re: [CM] s7, undefined reference errors

2016-09-20 Thread Kjetil Matheussen
By the way, have you measured any difference in performance for non-bignumbers when using WITH_GMP? On Mon, Sep 19, 2016 at 8:41 PM, wrote: > As Kjetil points out, you must have configured Snd > with --with-gmp or somehow created mus-config.h > with WITH_GMP set to 1.