Re: Tcl script fails on some platforms



Okay, I think I've got at least a partial answer to this problem.

The interface between my Tcl script and the Fortran/C program is via
TCP/IP sockets. If I force the IP address of the server side (in Tcl)
to be localhost or 127.0.0.1, I get this error and can see that
$::session has not been set (or is set to somethiing that doesn't
print on the screen).

If I just let the Tcl socket stuff use the real IP address of the
machine, I don't get the problem.

Now I have to see if my user (in a different time zone) can tell me
more about his machine...

.



Relevant Pages

  • Re: Tcl script fails on some platforms
    ... The interface between my Tcl script and the Fortran/C program is via ... TCP/IP sockets. ... If I force the IP address of the server side (in Tcl) ... If I just let the Tcl socket stuff use the real IP address of the ...
    (comp.lang.tcl)
  • Re: Call flow - tcl - menu ivr - array as fsm? better than if?
    ... number i've dialed, execute the TCL script. ... TCL would play prompts and, in the end and if applicable, transfer the ... Router calls the tcl script that is located on a machine which is ... proc act_Setup { ...
    (comp.lang.tcl)
  • Re: Running BASH script from TCL
    ... but never exits your exec will block. ... I've a TCL script which generates some more TCL scripts (e.g. scr1.tcl ... I've an application which executes these generated TCL ... But I'm not able to execute it from the TCL script. ...
    (comp.lang.tcl)
  • Re: How to protect database password in a interpreted program (specially Tcl)
    ... I've been building database software in Tcl but I still have some ... username and password. ... access the source code and see the line [set thepassword foo]. ... The compiled Tcl script will still run exactly the same by the ...
    (comp.lang.tcl)
  • TCL calls a c++ programm
    ... Take the C++ program for the main program and call the tcl script in it ... script calls the incrInteger-Function and then the getInteger-Function again ...
    (comp.lang.tcl)