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: GUI of New Setup 2.249.2.2


Wu Yongwei <adah@netstd.com> wrote:
>> Sorry I can't fix it myself. I can't even build the current version from
>> source. I would have happily done it myself if I knew how.

See this: http://sources.redhat.com/cygwin-apps/setup.html

Command summary:

cvs -z3 -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co setup
cd setup
cvs -z3 -d :pserver:anoncvs@sources.redhat.com:/cvs/cygwin-apps co libgetopt++
cd libgetopt++
./bootstrap.sh
cd ../..
mkdir obj_setup
cd obj_setup
../setup/configure -C --enable-dependencies --disable-shared --host=i686-pc-ming
w32 --build=i686-pc-cygwin 'CC=gcc -mno-cygwin' 'CXX=g++ -mno-cygwin'
CPPFLAGS=-I/usr/include/g++-3 --enable-maintainer-mode
make


Bootstrapping libgetopt++ requires you have the autotools installed.

Max.




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


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