4.0.0->4.0.1 regression: Can't use 64-bit shared libs on powerpc-apple-darwin8.1.0
Mike Stump
mrs@apple.com
Thu Jun 16 00:12:00 GMT 2005
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. :-(
More information about the Gcc
mailing list