Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
Organization: Esse keine toten Tiere
To: cygwin@cygwin.com, angelena.jasny@boq.com.au
Date: Tue, 5 Jun 2001 07:46:25 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: getopts....
Reply-to: gerrit.haase@t-online.de
Message-ID: <3B1C8E51.12747.937A76B@localhost>
In-reply-to: <3B1C8C03.23629.92EA659@localhost>
References: <4A256A62.000952F0.00@bqlho_nts5.boq.com.au>
X-mailer: Pegasus Mail for Win32 (v3.12cDE)

Gerrit P. Haase schrieb am 2001-06-05, 7:36:

> > getopts and other useful scripting mechanisms?
> 
> Yes, but you need to build it for yourself.
> Look at your favorite mirror for:
> ftp://your.mirror.here/..../cygwin/latest/common/common-src.tar.gz
> ftp://your.mirror.here/..../cygwin/latest/ash/ash-20010425-src.tar.gz
> 
> Unpack common in an empty dir, this will create a subdir 'src'.
> 
> $ cd src
> 
> unpack ash here.
> modify: ash/builtins.def to include: getoptscmd 	getopts
> instead of: getoptscmd -j	getopts
> 
> $ cd ..
> $ mkdir build
> $ cd build
> $ ../src/configure --prefix=/usr 2>&1 tee log.config
Oops.................................^^^^^a pipe here!!!
--> $ ../src/configure --prefix=/usr 2>&1 | tee log.config

> $ make
> 
>  and if all finishes without error, 
> copy build/ash/sh-new.exe to /bin/sh.exe
> 
> -gph
> 
> ps: someone else would have written:
> http://www.google.com/search?q=getopts...+site%3Acygwin.com&hl=de&meta=
> 
> -- 
> =^..^=
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple
> 



-- 
=^..^=

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

