In message <p05101004b77bb785b82d@[128.113.24.47]> Garance A Drosihn writes:
: At 12:54 AM -0600 7/18/01, Warner Losh wrote:
: >Bruce A. Mah writes:
: >: Unfortunately it's not guaranteed...a lot of new hardware has been
: >: released since December 1998 (the date of 2.2.8-RELEASE). :-p
: >
: >Copy the 2.2.8 cdrom onto a disk. Put your sources in that tree.
: >Chroot. you now have the 2.2.8 compilers.
:
: Ooo. That's clever, and pretty simple to do.
I have a cdrom that I keep around for just such purposes. I usually
mount the cdrom under /228. then mount my home directory under
/228/mnt and then
sudo chroot /228 /bin/tcsh
and do the builds that way.
Copying the cdrom is easier to maintain and explain, since I'm sure
there are quirks in the above that aren't obvious at the moment.
It is a hell of a lot easier than hacking 20-30 different Makefiles to
do the right thing, and quicker to setup than a whole new machine.
Plus it makes my boss' head hurt, which is always a plus. :-)
We have automated scripts that build our products in chroot areas so
that we don't have to run the exact version of the software on our
development boxes that our embedded systems run in.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message