This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/33598] gcc 4.2.1 ignores GNU ld on Solaris 9
- From: "dhaliK at jla dot rutgers dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2007 18:40:45 -0000
- Subject: [Bug c/33598] gcc 4.2.1 ignores GNU ld on Solaris 9
- References: <bug-33598-15169@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from dhaliK at jla dot rutgers dot edu 2007-09-30 18:40 -------
>
> None of these settings will give you a sparcv9 compiler and that could
> explain your problem.
>
> The sparcv9 subdirectory of /lib on Solaris contains 64-bit libraries so
> you need a 64-bit capable compiler to use them, either the multilib 32-bit
> sparc-sun-solaris2.9 compiler or the sparc64-sun-solaris2.9 compiler.
>
> The configure line you posted will build the non-multilib 32-bit compiler.
>
Hmm that would be a problem! I think what we had in mind was ensuring that our
custom 64bit packages (/usr/local/lib/sparcv9) were in the run path, while
assuming that /lib/sparcv9 was already there.
Sorry for the trouble, you've been a great help, but can you point me in the
right direction of a proper 64bit configure, or better yet, a multlib build
(than I only have to build it once! :) I know I had experimented trying to get
multilib working once already but it never happened. Either way, if it's not
possible on solaris at least getting a proper 64bit would be great. Our 32bit
seems to work fine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33598