>>>>> "David" == David Walluck <david@xxxxxxxx> writes: David> Well, I suppose there is a reason that --libdir=%{_libdir} is David> not passed to gcc's configure script. I think it wouldn't suffice due to multilibs in gcc. At least that's what I understand today. The current plan, as I understand it, has 2 parts: 1. Fix the computation of the classmap.db install directory in gcc. This means some ugly multilib/configure hacking. 2. Change rebuild-gcj-db to loop over all multilibs and rebuild all the databases. (This seems to be the simplest way.) Tom