This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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. :-(.
- it involves changing configury that affects every darwin target, not just darwin8 - I think that people using FSF GCC are more likely to want to use gcj than 64-bit, since they can use Apple's compiler for 64-bit but not for gcj - java worked for 3.4, but ppc64 didn't
./configure --prefix=/pkgs/gcc-4.0.0 make bootstrap make install
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |