> I am trying to build gcc-3.4.3 on solaris 8. I get to the make install > point and then there is a problem. It appears the INSTALL variable is not > getting set right for the install step in the various directories. > > I have the source in ..../gcc-3.4.3 and the build dir is > ..../gcc-3.4.3_sun5.8
Use an absolute path to configure, not a relative one. See the Solaris-specific release notes -- Eric Botcazou