This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help needed with sparc
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu (Brad Lucier), atpoquet at ucdavis dot edu
- Date: Wed, 23 Jan 2002 16:01:47 -0500 (EST)
- Subject: Re: Help needed with sparc
(I saw your reply on gcc@gcc.gnu.org, you didn't send me a copy.)
> I think (though I'm not certain because I haven't checked) that it happened
> because 32 bit gcc was trying to link to the 64 bit libraries I'd already
> compiled (because they were in my LD_LIBRARY_PATH... well, technically my
> crle -64, but same difference). If that isn't the case, I can't think of
> any reason that code which compiled without a hitch before would cease to
> compile with the same compiler.
Well, here's the result of ldd on gengenrtl:
banach-408% ldd gengenrtl
libc.so.1 => /usr/lib/sparcv9/libc.so.1
libdl.so.1 => /usr/lib/sparcv9/libdl.so.1
/usr/platform/SUNW,Ultra-4/lib/sparcv9/libc_psr.so.1
It's true that bootstrapping (32-bit) sparc-sun-solaris2.8 gets past this point.
Brad