Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice on AMD64

hello,
i wanted to compile ice on my amd64, as it doesn't work with -m32 (libbz2 error..), i removed -m32 from the Makefile. after that it works without problems. my apps which i build on ice works too!

so maybe, it would be fine to detect 64bit systems and remove -m32 flag and build native 64bit ice.

greetings
dkey

Comments

  • marc
    marc Florida
    You only have to define LP64 as "yes":

    export LP64="yes"

    Then you will build in 64-bit mode. This is described in the file INSTALL.LINUX.