Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BE11D58.B0C7919C@vsnl.com> Date: Thu, 01 Nov 2001 05:00:56 -0500 From: Sathish Vasudevaiah X-Mailer: Mozilla 4.73 [en] (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: RE: getopt problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Troy Noble wrote: >> From: Sathish Vasudevaiah> >> Is there an equivalnet of /usr/bin/getopt command (linux)> in cygwin ? > >Could you be looking for BASH's builtin getopts?bash$ type getopts >getopts is a shell builtin >See the bash online docs at GNU mirror sites for more information. >http://www.gnu.org/manual/bash-2.02/bashref.html Actually my real problem is that on Linux I am able to do a build of our project (using MIPS cross compiler). I wanted to do a build using cygwin. So I first built the MIPS cross compiler and then attempted the build. Most of the things work except that I see the error getopt: command not found I checked on linux to find /usr/bin/getopt binary. I checked in the cygwin distribution I could not find. Hence my confusion. Any help is appreciated. thanks sathish -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/