I am trying to run OpenSceneGraph example programs under Mac OS/X, but no window appears! What can I do?
You need to set the following environment variable before launching the program: • tcsh: setenv DYLD_BIND_AT_LAUNCH 1 • bash: export DYLD_BIND_AT_LAUNCH=1 If you get dyld “can’t open library” errors when running OSG programs under OSX, you may also need to set your DYLD_LIBRARY_PATH environment variable to point to the OSG libraries and/or plugins.