> Could someone help ? Sure, there is even a mailing list: gcc-h...@gcc.gnu.org. ;-)
> checking for suffix of object files... configure: error: in > `/home/meu/gcc-4.4-20090109/i686-pc-linux-gnu/libgcc': > configure: error: cannot compute suffix of object files: cannot compile > See `config.log' for more details. > I had never got a configure error before. Does someone know what I could do? You need to take a look inside config.log; it will provide more details about by the compiler failed to build those target objects. Cheers, Ben