tcl_findLibrary doesn't work.

Posted by user437815 on Stack Overflow See other posts from Stack Overflow or by user437815
Published on 2011-06-21T20:08:03Z Indexed on 2011/06/22 0:23 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

I'm trying to run freshly compiled program, written with Tcl&Tk. When running it I get an error:

felix@Astroserver:~/?????????/Simon$ sudo ./simon1

invalid command name "tcl_findLibrary"

I'm running Ubuntu 11.04, I have installed Tcl&Tk (cause I was able to succesfully build the program).

If I'm running wish: *% tcl_findLibrary wrong # args: should be "tcl_findLibrary basename version patch initScript enVarName varName"*

Could anyone help?

© Stack Overflow or respective owner

Related posts about compile

Related posts about tcl