Hello, I'm trying to build Csound using a Mac OS X Leopard machine. After installing Xcode, sorting out all the dependencies using Macports and manually building other libraries I got to the point where everything configures OK but it stops building with this error: g++ -o csladspa.so -bundle -undefined suppress -flat_namespace -framework CsoundLib frontends/csladspa/csladspa.o -L. -L. -L/usr/local/lib -L. -L. -L/opt/local/lib -lsndfile -lfltk -ljack -llo -lcsound64 -lsndfile ld: framework not found CsoundLib collect2: ld returned 1 exit status scons: *** [csladspa.so] Error 1 scons: building terminated because of errors. There is no CsoundLib in /Library/Frameworks or in the csound5/CsoundLib.framework directory (places where I thought it might be looking for CsoundLib). Did I miss something? Thanks, Hector