This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: gcj trunk on OS X


Hi Mohan,

Mohan Embar wrote:

What Xcode version do you have installed ?

Xcode: 2.2.1 Xcode IDE: 656.0 Xcode Core: 660.0 ToolSupport: 651.0

Aha! This the issue. If you download and install an Xcode 2.4.1 for example, you'd be able to use the below. These headers get an update while you install the new Xcode.


To obtain this Xcode you need to become a registered developer, which is free.

http://developer.apple.com/tools/download/


/*
 * the i386_xxxx form is kept for legacy purposes since these types
 * are externally known... eventually they should be deprecated.
 * our internal implementation has moved to the following naming convention
 *
 *   x86_xxxx32 names are used to deal with 32 bit states
 *   x86_xxxx64 names are used to deal with 64 bit states
 *   x86_xxxx   names are used to deal with either 32 or 64 bit states
 *      via a self-describing mechanism
 */

I'm not seeing those lines, but I recall your saying here:


http://gcc.gnu.org/ml/java/2007-02/msg00100.html

...that you're not interested in anything before 10.5 and I'm
running 10.4.8. Software Update hasn't updated Xcode, but
like I said, I don't know what I'm doing on OS X.

Well, I have to explain a bit. I'm working on 10.4.8 on ppc and x86_64/i686 darwin. And things are working fine. But on x86_64 we have a linker problem and I do not expect this one to be fixed before 10.5 releases.
So, I will continue working more in deep on libjava support for x86_64 and i686-apple darwin as soon as I have a 10.5 installed. Expected somehwere in March.
I have to write some stuff for FALLBACK mechanism and signalhandling. And to be honest, I lack the time at the moment. Very busy at work.


Hm, I have to think a bit. Probably I have to introduce another check on the Xcode version and then reroute this stuff through i386*

I'll let you know.
Maybe you can try a new Xcode if this would be an option for you.

Thanks,
Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]