On 2/7/2011 6:19 PM, kevin.frisw...@callista.com.au wrote:
> Thanks Eugene, I used some of your ideas for "inspiration".
> 
>         CFLAGS=”-m64”
>         export CFLAGS

This will break some ./configure tests, to get it right you really
need to set/export CC="gcc -m64" or similar, based on your compiler
and its 32/64-bit flags.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to