Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: =?ISO-8859-1?Q?Ren=E9_Berber?= <rberber@prodigy.net.mx>
Subject:  Re: system() fails on pristine Windows systems
Date:  Mon, 25 Apr 2005 22:53:02 -0500
Lines: 18
Message-ID: <d4kdkn$5jn$1@sea.gmane.org>
References:  <426D5CAB.2070804@awcubed.com> <d4jrnk$hkk$1@sea.gmane.org> <426DB60B.9090004@awcubed.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1
Content-Transfer-Encoding:  8bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 201.138.30.90
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
In-Reply-To: <426DB60B.9090004@awcubed.com>
X-IsSubscribed: yes

Archie Warnock wrote:

[snip]
> So, what would be the right way to call an external program from a
> Cygwin program without installing Cygwin, if not system()?

I don't know if it works but I would try to use popen(), there's also exec() and
all it's relatives.

> I also find it somewhat puzzling that it works on my development
> machines even though /bin/sh isn't anywhere along in the path of the
> Windows command shell.

Registry perhaps, the cygwin1.dll has to set a sane environment for itself, it
probably gets the location of the Cygwin installation plus the mount table and
some environment variables.
-- 
René Berber


--
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/

