GUI of New Setup 2.249.2.2
Max Bowsher
maxb@ukf.net
Fri Jun 14 06:11:00 GMT 2002
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/
More information about the Cygwin
mailing list