This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build of egcs-971114 again fails with `C function `doublehypot(double, double)' conflicts with ...'
In this thread, I wrote:
> Oh, <cough, gripe> I see. This is the search list from
> the intermediate compiler:
> stl
> ../libio
> /Users/toon/Unix/compilers/egcs-971114/gcc/include
> /usr/local/include
> /usr/test/m68k-next-nextstep3/include
> /NextDeveloper/Headers
> /NextDeveloper/Headers/ansi
> /NextDeveloper/Headers/bsd
> /NextDeveloper/2.0CompatibleHeaders
> /usr/include
> /usr/include/bsd
>End of search list.
One point to notice is the /usr/test directory in this list,
because it's where the headers of the previously installed snapshot
are. I thought this would be harmless, until I removed -rf
/usr/test; subsequently the compile of the offending file in
.../libstdc++ couldn't find _G_config_ (sp?) - a completely
different problem.
So I proceeded by a rebuild with /usr/test removed. More results
in 9 hours (if it fails at the same spot) or more (if it succeeds).
[ And then someone wrote on comp.lang.fortran that he would switch
to C++ because Fortran was to difficult - beati pauperes spiritu ]
Toon.