This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60with Solaris 8


>I've got some was to resolving this. gnu make 3.79 makes the directory
>lib/gcc-lib/@target_alias@, whereas gnu make 3.79.1 makes it as
>lib/gcc-lib/sparc-sun-solaris2.8 The changelog for make does indicate something

>that might be related to this. GNU make 3.29 did however build every other
>version of gcc I've ever tried to compile recently (3, 3.01, and 3.02).

>However, despite the directory having the correct name, gcc will still not run,

>again indicating it can't find cc1.

Well, at least we are making progress... ;-)

If I understand well, now the "plain" compiler (built and installed with gmake
3.79.1) is able to find the libraries and everything else, is perfectly usable
indeed, *provided* only additionally link cc1 and the other stages into the
~/bin dir, right?

Could you possibly post the current output of a gcc --verbose test.c for the
"plain" compiler (*no* links added in ~/bin) ??

Thanks,
Paolo.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]