From: Pavel Kudrna > > Hi All, > I have problem with tcl initialization, see example. Am I doing > something wrong? > Thanks for help > Pavel Kudrna > <snip>
Change: if (Tcl_Init(0) == TCL_ERROR) To: if (Tcl_Init(interp) == TCL_ERROR) Still, it shouldn't seg fault. --Ken Nellis -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple