Richard Henderson wrote: > On Sat, May 17, 2003 at 05:39:02PM +0200, Andreas Tobler wrote: > >>when I run the testsuite for gcc, against which library do the tests link? > > > The new one. We use LD_LIBRARY_PATH to find it, for most systems. Thanks, it seems to work :) On darwin it's DYLD_LIBRARY_PATH. Andreas