Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3EA9C716.E82CE6EF@yukoncollege.yk.ca> Date: Fri, 25 Apr 2003 16:39:02 -0700 From: "Michael Purves" <mpurves AT yukoncollege DOT yk DOT ca> X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Unable to run executables on other PCs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have downloaded the cygwin programs, and compiled several of my own programs using gcc. The programs work with no problem on my PC when I use the cygwin window. Using a Command Prompt window, the programs work nearly perfectly. The one call in the programs that will not work is something like: (void) system("cat file"); Other than re-writing the program, is there something I can do to mak this work? I copied my executables and the cygwin dll's to another Windows PC. This second PC does not have cygwin installed. When I run my programs, I get the following error message: 'cygwin': unknown terminal type. Is it possible to run my executables on PCs without installing cygwin on them? If so, what do I need to do? I tried putting the /etc/termcap from cygwin PC into my DOS path; I set a HOME environment variable and put termcap in $HOME\etc; I made a directory d:\cygwin\etc and put termcap there, too. All to no avail. Michael Purves Yukon College -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/