Hi,
This problem did still exist for me on the AMD64 client, but I was able to
fix it. I did it by altering the debian/rules to include these options 
to ./configure:
CFLAGS="-m64" CXXFLAGS="-m64" CPPFLAGS="-m64"

There are three places in the script where ./configure can be invoked,
and I altered the 3rd one.  Here's the (simple) diff:
% diff bzflag-2.0.4.20051017/debian/rules 
bzflag-2.0.4.20051017.fixed/debian/rules
23c23
<               *) ./configure --prefix=/usr ;; \
---
>               *) ./configure CFLAGS="-m64" CXXFLAGS="-m64" CPPFLAGS="-m64" 
> --prefix=/usr ;; \

It would be good if someone could test this on another system.  It may
be that just compiling it on my local system is what fixed it, rather than
adding those flags (unfortunately I don't have time to check that 
possibility now).  If I can provide any more info that may help please ask.

By the way, Tim, thanks for maintaining this package.

-- 
Peace,
Aaron Maxwell - http://redsymbol.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to