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/
