Hi folks,
I finished this external a few weeks back.
http://www.forwind.net/forwind.net/software.htm
To compile I used flext and as an external library I used SndObj.
With flext I initially dynamically linked to the libsndobj.so using libs += -lsndobj.
This
seemed to work at the time.
last week I was messing with my
SndObj install. Now I cannot compile or load the external which previously
had worked fine. Therefore to get around this I was hoping to statically link
the SndObj library to the pure data external during compilation.
Firstly has anyone had any experience with external libraries and externals using flext.
And if so what would be your advice. I am running ubuntu linux and pure dyne linux.
I am tempted to dump the whole flext thing and just compile for pure data on linux using something like ANT.
Conor