* Murray Cumming <[EMAIL PROTECTED]> [2007-12-08 14:50]: > I guess I should install a relevant distro in a vm. What's a quick way > to get the right version of debian?
If you're running Ubuntu, you could simply use deboostrap to set up a chroot of sid (Debian unstable). Then install the gcc-snapshot package and use CC=/usr/lib/gcc-snapshot/bin/gcc CXX=/usr/lib/gcc-snapshot/bin/g++ when building. However, I suspect that snapshots of gcc 4.3 should also be in Fedora and OpenSUSE. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

