Making MacOSX App bundles from ROOT GUI applications

Hi everyone,

some more progress: I have been using GDB to find out where I get the segmentation fault. It seems that it happens whennew Frame(gClient->GetRoot(),200,200);is called. I found an old post here in the forum, but no clues from there either. [url]Compiling ROOT Gui applications I satisfy all dependencies described there.

Is there any dynamically loadable library that is responsible for gClient?