Hi, I am trying to cross compile for x86 64 bit from a x86 32 bit host machine.
I am facing a lot of issues in this regard. Has anyone been able to successfully do this. Why is the target being linked against libjvm.so which is in the ALT_BOOTDIR on the host system. Even if i fix that issue by copying libjvm.so from a 64bit JDK, an adlc utility is run during the compilation, which is of 64 bit, so cannot be executed on the host machine. Thanks. Deepak