X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=V+qady7yeigkQZzy/sv8+FshmxQq/O5Wbe/Em2wMeFu atsyTr7zkTygpy0gaU0p0kbtfL9j7F3whWIrn5BQ7a9UAb3KadpNWvMdb+BQgap8 H29eI+lHlGcEnpBUeKCdp+VY10KQOnndmMwGHviz8G2hOIkfox4ISORi84brClOE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=yQSHcUr5hz7D/RoBhKISS8pRuI4=; b=xBC8JSsUU6k9wiQeL mh4KZHAZhJBc433bnZNKQbfE8ckqlONqzX28bk+2v/q5kxz05TjcZoq1erl4iDWj 3b9ovBfO+K5EMVjbis9dDrN9AfEPCveUDvZWjlsI2X3rG1utlIjnEWgi/ewpSII1 5dJWcTpMiasgBJvLstefG2biFc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:Outlook, H*x:Outlook, H*UA:Microsoft, H*x:Microsoft X-HELO: mail-wr1-f53.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-transfer-encoding:thread-index:content-language; bh=CyxpBf/V9ov6BunkxfDkeicofg97iptKOge0tS0f5aY=; b=msHOyitJkhan+s8dC7MPDz2GvXg8lnjOdb1btrJeidAftE2aMcEs3e3nKVYFIVnFp4 k+RtlBdKoOz7bRlKzd/Jef/ZxQ/ZDgMXZPPKT8pnWOrDqVrCve0iIcCjv56+zm6cJT3g zKzxZfOHcMUd3k0eD8sToyK6wudzcf/ZYkHi2Vn3YHxZWB6EYisenMomFcntjbV8PkSw E5lap6ht05ptT6sNr7bhQITww3MXaCRrYg8X+WDeeLzdEI4cKl+f6Xrd3QZSohHxi9DY SA57V2YJyiJpICN0oH+Hp1OLos33tRfR43NmMSjCOmgMsYthAOpmLoSmg2QSkKe53MHl 6zhg== From: "SImon Conway-Smith" To: References: <005401d42e50$c94dd690$5be983b0$@gmail.com> In-Reply-To: <005401d42e50$c94dd690$5be983b0$@gmail.com> Subject: Problem referencing libraries in tcl 8.6, e.g. fileutil Date: Tue, 7 Aug 2018 16:56:35 +0100 Message-ID: <00de01d42e67$389bc9b0$a9d35d10$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have added the tcl intepreter into my Cygwin (64-bit) installation, but when trying to run some code samples using the fileutil library, e.g. the foreachLine command, I'm getting 'invalid command name "fileutil::foreachLine"'. I've even tried prefixing the command with "tcl::" as I had to do for the mathfunc:: library functions, but still get the error message. Is there an additional tcl package I need to install, or what? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple