George Kraft <gk4@xxxxxxxxxxxxxx> writes: > I am looking at the GCC 3.3.4 libstc++v3 tests and I'm trying to > figure out how to build the tests once, then run the one set of > binary images on multiple systems. Currently, DejaGnu recompiles > the libstc++v3 tests each time. Unless the machines are all identical, you cannot be sure that the compilation would not proceed differently, leading to different results. If the machines are all identical, I'm not sure why you'd want to do this. What problem are you trying to solve? Ben