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]

Installing CVS built cygwin?


Elaborating on my previous question:

> How do you developers manage to test run Cygwin versions and then
> revert?  Obvioulsy, for things like the new 64 bit support, just
> swapping cygwin1.dll is not sufficient.

I thought I would try the following:

install into a temp dir
in temp dir do: find . ! -type d > .../cygfilelist
in /usr do: tar jcvf .../cygreleased.tar.bz2 -I .../cygfilelist
stop all Cygwin processes
to install, in /usr do: tar cf - -C temp_dir . | tar xvf -
to uninstall, in /usr do:
    for file in `cat .../cygfilelist`; do rm -f $file; done
    tar jxvf .../cygreleased.tar.bz2

Questions:

I noticed that the new include files would be installed in
/usr/i686-pc-cygwin/include and the new libs in /usri686-pc-cygwin/lib.  I
think I remember this overrides includes in /usr/include and libs in
/usr/lib, but what about gcc's fixed includes?

There must be a simpler way...

Thanks for any tips.

--
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444



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