You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2008/10/20 10:21:01 UTC

Re: Can Harmony be built on Xeon(64 bit) architecture

In message <b1...@mail.gmail.com>, 
0561018@fudan.edu.cn said:
> Thank you
> My OS is Debian 4.1.1-21
> gcc version is gcc version 4.1.2
> glibc version is 2.3.6

Sorry to request yet more information, but can you provide the output from

  ant -f working_classlib/build.xml properties
  java -version

Are you building with a 64-bit jre?  If you are building with a 32-bit jre
on a 64-bit platform then you will need to pass a few extra options to
ant - "-Dhy.arch=x86_64 -Dos.arch=x86_64" IIRC - but it is generally better
just to build with a "correct" jre.

Regards,
 Mark.