Menu

#1536 tclConfig.sh quoting problem

obsolete: 8.3.1
closed-invalid
nobody
5
2001-08-06
2001-07-02
No

tclConfig.sh contains lines like this:

TCL_STUB_LIB_SPEC='-L/usr/lib -ltclstub8.3${TCL_DBGX}'

When this is sourced by the configure script, the
${TCL_DBGX} variable is not resolved. You might want
to replace the single quotes by double quotes.

Discussion

  • Jeffrey Hobbs

    Jeffrey Hobbs - 2001-08-06
    • status: open --> closed-invalid
     
  • Jeffrey Hobbs

    Jeffrey Hobbs - 2001-08-06

    Logged In: YES
    user_id=72656

    These should be handled via eval (the shell eval) to
    substitute that at time of use of tclConfig.sh. This works
    correctly with TEA configured extensions.