> Also with those gcc45 libs, they are distributed amongst the .WAITs but > they don't need to be since there is no dependency as just the .a files > are produced now.. strictly, the dependency is introduced at link time, > not build time..
oh, good point. can you do it for libs? we can't do that for tools/ side at least, since ./configure won't work without the depends installed, even for libfoo.a. thanks. .mrg.