Re: /usr/bin/getopt executable, which package is it in ?

2006-07-01 Thread Igor Peshansky
On Sat, 1 Jul 2006, Darryl Miles wrote:

 CVS cygwin build of winsup module uses xmlto that uses getopt executable.

 Bash has a builtin implementation of getopt.  But the 'xmlto' tool which is
 used to build CYGWIN winsup module is expecting to be able to run an
 application version of getopt.  There does not appear to be a package called
 'getopt' so maybe this tool is hidden away inside another CYGWIN package.
 Does anyone know what package that is called, maybe the website CVS build
 instructions can be updated to include that pre-requisite package.

The Cygwin package search page (http://cygwin.com/packages/) knows.  So
does cygcheck (if the file is present on your machine, use cygcheck -f
/usr/bin/getopt; if it isn't, use cygcheck -p usr/bin/getopt).
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED] | [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_Igor Peshansky, Ph.D. (name changed!)
 |,4-  ) )-,_. ,\ (  `'-'   old name: Igor Pechtchanski
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte.
But no -- you are no fool; you call yourself a fool, there's proof enough in
that! -- Rostand, Cyrano de Bergerac

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



Re: /usr/bin/getopt executable, which package is it in ?

2006-07-01 Thread Darryl Miles

Igor Peshansky wrote:

On Sat, 1 Jul 2006, Darryl Miles wrote:


CVS cygwin build of winsup module uses xmlto that uses getopt executable.



The Cygwin package search page (http://cygwin.com/packages/) knows.  So
does cygcheck (if the file is present on your machine, use cygcheck -f
/usr/bin/getopt; if it isn't, use cygcheck -p usr/bin/getopt).
Igor


Thanks for the reply just what I needed.  For reading this later and 
looking for the same answer.



The website search for getopt.exe turns up:

cygutils/cygutils-1.2.10-1
util-linux/util-linux-2.12r-2


I have cygutils-1.3.0 installed, but getopt.exe is no longer in cygutils.

So I have now installed util-linux (which I did not have before) and a 
build from CVS is fine.


Darryl

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