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: cvs - cygwin1.dll recompile - configure fails in w32api/


Just tried this myself this morning (11/12/2003 9:00 AM PST) and it worked.

Definitely did not need the "Remedy".

Pete

> $ cd /
> $ rm -rf src
> $ export CVSROOT=:pserver:anoncvs@sources.redhat.com:/cvs/src ;\
>  cvs login ;\
>  cvs -z3 checkout winsup ;\
>  cd /obj ;\
>  /src/configure --enable-debugging --prefix=/install -v 2>&1 | \
>  tee configure.log ; \
>  cd ..
> <SNIP>
> configuring in w32api
> running /bin/sh
>
/src/winsup/w32api/configure  --host=i686-pc-cygwin --build=i686-pc-cygwin -
> -with-newlib --enable-multilib --prefix=/install -v --program-transform-na
me
>
=s,y,y, --with-target-subdir=i686-pc-cygwin --cache-file=../../config.cache
> --srcdir=/src/winsup/w32api
> configure: error: invalid package name: target-subdir
> configure: error: /src/winsup/w32api/configure failed for w32api
> make[1]: *** [configure-target-winsup] Error 1
> make[1]: Leaving directory `/obj'
>
>
> Remedy:
> $ cd /src/cd winsup/w32api/
> $
>
configure --host=i686-pc-cygwin --build=i686-pc-cygwin --with-newlib --enabl
>
e-multilib --prefix=/install -v --program-transform-name=s,y,y, --cache-file
> =../../config.cache --srcdir=/src/winsup/w32api
> $


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