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
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
0
Comments
export LP64="yes"
Then you will build in 64-bit mode. This is described in the file INSTALL.LINUX.