On Mon, Jan 22, 2007 at 01:38:08PM +0000, Martin Guy wrote: > Hi > What method do people use for keeping multiple configurations of > gnash lying around to test bugs on different configurations? > I used to compile gnash static with program-suffix to get round the > shared gnash library issue, but that doesn't help much with the > plugins. > I mean, I can figure something out; just wondered how other people are > doing it
I use multiple build dirs all using the same source tree (autotools curtesy). Then I run and debug executables from build tree (libtool curtesy). --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

