This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 4.0.0->4.0.1 regression: Can't use 64-bit shared libs on powerpc-apple-darwin8.1.0
- From: Mike Stump <mrs at apple dot com>
- To: Bradley Lucier <lucier at math dot purdue dot edu>
- Cc: mark at codesourcery dot com, gcc at gcc dot gnu dot org
- Date: Wed, 15 Jun 2005 17:12:14 -0700
- Subject: Re: 4.0.0->4.0.1 regression: Can't use 64-bit shared libs on powerpc-apple-darwin8.1.0
On Wednesday, June 15, 2005, at 11:19 AM, Bradley Lucier wrote:
I cannot build and use (link, etc.) 64-bit shared libraries on
powerpc-apple-darwin8.1.0 with gcc version 4.0.1 20050615 > (prerelease).
If you remove the # that comment out the -m64 multilibs, does it then
work perfectly? If so, then, that is the solution to make it work, you
just won't be able to do java (not that you care).
Also, I do wonder if there was a specs files that is polluting your
gcc-4.0.0 build, to check that, if you want, you can install in a new
prefix directory, and then see if it remains working.
Anyway, while this is a regression for you, we meant for gcc-4.0.0 to
not work for -m64, so I would not expect that it'll work for 4.0.1.
:-(.
I'm sorry libjava and -m64 didn't get along well enough to turn -m64
multilibbing on, I tried, but failed. :-(