Skip to content
Prev 24170 / 63424 Next

compile 2.4.1 for linux on power cpus

Andrew Ferris wrote:
That's likely. Or use CFLAGS=-m64, and FFLAGS, CXXFLAGS similarly.

I'd try compiling a simple hello.c program first. Try e.g. "gcc -m64 
hello.c" and see what "file a.out" has to say about the result.

You may also find yourself having to install a number of packages  with 
names like foo-64bit_xx.yy to get 64bit C libraries, but configure 
should tell you about any missing bits in due course, once you have it 
convinced not to build for 32bit.