From 0b505ec15a43b4b8e4c2584d0c4f81ff3391f3de Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 7 Jan 2015 14:01:47 +0000 Subject: * fix uninitialised variable in ivy-bind * start tcl interpreter early * add some pkg-config configuration file * use header file from tcl-dev (which need to be installed) --- src/ivytcl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivytcl.c') diff --git a/src/ivytcl.c b/src/ivytcl.c index ed23713..6806d49 100644 --- a/src/ivytcl.c +++ b/src/ivytcl.c @@ -64,6 +64,7 @@ void IvyChannelInit(void) #endif if ( channel_initialized ) return; + Tcl_FindExecutable(NULL); /* pour eviter les plantages quand les autres applis font core-dump */ #ifndef WIN32 signal( SIGPIPE, SIG_IGN); -- cgit v1.1