On 12/1/07, FX Coudert <fxcoudert@xxxxxxxxx> wrote: > > Don't linux x86-64 builds of gcc look for 64-bit support in lib64/ > > and 32-bit in lib/ ? It looks reasonable to me to follow the same > > plan. > > All linux distros except Debian-based ones, IIRC. I think that, since > current mingw32 has libs in lib/, it would be better to have lib64/ > and lib/. This is easy enough to do in terms of editing the automake file. What is necessary in terms of modifying gcc itself to search those places?