Hi Christian, Christian Klotz wrote:
I changed it to
g++ -bundle -bundle_loader /usr/local/bin/pd -flat_namespace
pd-darwin/fluid.o -lm -L/usr/local/lib -lfluidsynth -lreadline /usr/local/lib/pd/flext/flext.a -o pd-darwin/fluid.pd_darwinnow I recognized a missing link named flext.a, which was now created after reinstalling flext. But there still remains the aborting of compilation. this time the following error msg appears:
ld: can't locate file for: -lreadline
Just remove "-lreadline" and it should work finally.
Fran