Scott Cantor wrote:

I have no idea how to attempt a 64-bit build, but if you provide the
necessary instructions in a bug report, I'll take a look when I have a
chance.

that's pretty easy...just replace

CC=x

with

CC="x -m64"

works for both sun cc and gcc

Although you then have to make sure whatever your $prefix is, is pretty much empty before you start, or you'll end up trying to link against 32bit libs

Reply via email to