On Jan 21, 2006, at 12:08 AM, Nillow wrote:
/Users/matema/Desktop/Pd-0.38.4-extended-RC7.app/Contents/ Resources/Scripts/../extra/pdp.pd_darwin: dlopen(/Users/matema/ Desktop/Pd-0.38.4-extended-RC7.app/Contents/Resources/Scripts/../ extra/pdp.pd_darwin, 10): Symbol not found: _gluOrtho2D Referenced from: /Users/matema/Desktop/Pd-0.38.4-extended- RC7.app/Contents/Resources/Scripts/../extra/pdp.pd_darwin Expected in: /usr/X11R6/lib/libGL.1.dylib
...aha! After a little bit of poking around the dylib's with nm, I
found the symbol in libGLU.dylib, which I guess we need to add to
the linking phase...
james