On Tue, 26 Jun 2012, Bevilacqua, Argemiro (Ericsson Montreal R&D HUB) wrote:
I got two errors of "file not found", during my build of GCC 4.7.1 on Solaris 10. I could resolve them just renaming the files that had wrong names. The correct names are *.hpp, but I found two files with *.hp extensions. I am running on a SUN T2000 machine. The compilation is still running, taking several hours to complete. Is there an option to run it more quickly? I have re-run it with "--prefix" option.
You know, it would help if you told us what you did: how you run configure, how you run make, etc.
Crystal ball (somewhat foggy) tells me your PATH doesn't have /usr/xpg6/bin:/usr/xpg4/bin before /usr/bin, and you didn't pass a -j20 option to gmake.
-- Marc Glisse