From owner-freebsd-tcltk@FreeBSD.ORG Sun Nov 2 17:55:25 2014 Return-Path: Delivered-To: freebsd-tcltk@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2677C18C for ; Sun, 2 Nov 2014 17:55:25 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AABBF0A for ; Sun, 2 Nov 2014 17:55:24 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id gq15so8534235lab.15 for ; Sun, 02 Nov 2014 09:55:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=knTjTwurYA4EgwD0I1jfbbWpTcTxERKSWo4otAye+go=; b=enS1iBZuHYEw06LQjOba44htg+lav6Z7tX1cjjVn748sUdKvrc8WgZp8kNPk76MRt0 9KpniCdSjFxDUiczuRmEoFf5BtNeOp4S23xkC5AUwl9XM2kG+2zXWQgsPX8o1/kMnagt lGrcQrSTS/WtqJF2pDX5NfeoSjN22vFTI7o5ZIGHiHDypt9UxGat9HMbau6wbKFyiHKn hOHxqPQMlbIyKeeQ08xCDQCyBJPZzBdtt56ePTvoXyY31g1d7P3VvMhO4YNwGXP7fVgc C6EcWcxRwTw0axkIV8BdJYbrMAZ+U/vjiQ6BnXLPcT+aC+JgqPZiY0mLFosUy/Mbu1Wc SoDA== X-Received: by 10.112.182.1 with SMTP id ea1mr44046882lbc.16.1414950922467; Sun, 02 Nov 2014 09:55:22 -0800 (PST) Received: from linux6.9bf016 (53-47-135-95.pool.ukrtel.net. [95.135.47.53]) by mx.google.com with ESMTPSA id rb2sm6955894lbb.17.2014.11.02.09.55.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 02 Nov 2014 09:55:21 -0800 (PST) Received: from linux6.9bf016 (localhost [127.0.0.1]) by linux6.9bf016 (8.14.9/8.14.9) with ESMTP id sA2HtJPe006497 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Sun, 2 Nov 2014 19:55:19 +0200 Received: (from alex@localhost) by linux6.9bf016 (8.14.9/8.14.9/Submit) id sA2HtJK2006496 for freebsd-tcltk@freebsd.org; Sun, 2 Nov 2014 19:55:19 +0200 Date: Sun, 2 Nov 2014 19:55:19 +0200 From: alexander.gromnitsky@gmail.com To: freebsd-tcltk@freebsd.org Subject: Re: tcl-wrapper & shc Message-ID: <20141102175519.GA6382@linux6.9bf016> Mail-Followup-To: freebsd-tcltk@freebsd.org References: <20141030070730.GA1568@linux6.9bf016> <20141102171539.GA1554@ptrcrt.ch> <20141102173512.GB1568@linux6.9bf016> <20141102174408.GB1554@ptrcrt.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141102174408.GB1554@ptrcrt.ch> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-tcltk@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Tcl/Tk discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2014 17:55:25 -0000 Sun Nov 02 2014 18:44:08 +0100, Pietro Cerutti wrote: > Does any of the following work? > $ tclsh foo It does. > $ tclsh8.6 foo It does.