hi
i've done a little work on the SConscript in external build system to better support osx: - define MACOSX for osx builds (for miXed) - remove -dynamiclib from SHLINKFLAGS and add -bundle and - bundle_loader ../../pd/bin/pd - fink and darwinports locations are added to CPPPATH and LIBPATH if they exist - search for *.libs files in win/darwin/linux and after in src directory and add the flags
- some few externals still don't compile because of missing libraries and .libs or minor include problems.
perhaps we could introduce some static link option (i'm not sure if i'd like statically linked externals). another possibility would be to just grep for the used libraries (*.libs) and bundle them with the externals or with pd.app (not quite trivial. see: http://qin.laya.com/ tech_coding_help/dylib_linking.html).
lorenz