This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configuring cygwin-setup: ../cfgaux/configure: No such file or directory


On Mon, 6 Oct 2003, Perry Pupp wrote:

> --- Max Bowsher wrote:
> > Perry Pupp wrote:
> ...
>
> > > $ cd setup
> > >
> > > $ sh bootstrap.sh
> > > Running bootstrap.sh in libgetopt++
> > > ./bootstrap.sh: not found
> >
> > Well, that obviously isn't right.
> > Is there no libgetopt++/bootstrap.sh in your
> > checkout?
>
> ** (from bld subdirectory, where last trace left off)
>
> $ cd ..
>
> $ ls libgetopt++/
> COPYING  CVS  ChangeLog  Makefile.am  README
> bootstrap.sh  configure.in  include  src  tests
>
> $ ls -l libgetopt++/
> total 31
> -rw-rw-rw-    1 username    mkgroup     17992 Apr 26 2002 COPYING
> drwxrwxrwx+   2 username    mkgroup      4096 Oct  6 16:17 CVS
> -rw-rw-rw-    1 username    mkgroup      4801 Mar 18 2003 ChangeLog
> -rw-rw-rw-    1 username    mkgroup      1194 Mar 18 2003 Makefile.am
> -rw-rw-rw-    1 username    mkgroup      3238 Apr 13 2002 README
> -rw-rw-rw-    1 username    mkgroup       925 Mar  8 2003 bootstrap.sh
  ^^^^^^^^^^
This is your problem right here -- bootstrap.sh is invoked directly, not
via "sh".  Since it doesn't have executable permission, it is reported as
"not found"...  This is weird -- it should have executable permissions
after checkout from CVS.  Are you running on a FAT or FAT32 partition?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]