Hello list, i am trying to compile iemmatrix for use in pd vanilla 0.43.0 Following instructions on a recent post.
I have set up the Xcode command line tools on my mac powerbook and type:
make CONFIGUREFLAGS="--with-pd=/Applications/Pd-0.43-0.app/Contents/Resources/src"
aclocal runs, autoconf runs, and make starts to compile the library, successfully locating the m_pd.h file, then the compilation fails:
sys_bashfilename", referenced from: _matrix_write in matrix.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [iemmatrix] Error 1
has anyone compiled this successfully on osx lion? Nick