GUI_init should have signature of (int* argc), since XtOpenApplication modifies the argument list -- it will process the X toolkit arguments and remove them from argv, thus decrementing argc. This causes a sigsegv when you start Xt xcircuit with, say, -synchronous command line option (as I need to debug an X protocol error).
Cheers, Kuba _______________________________________________ Xcircuit-dev mailing list [email protected] http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev
