compile Apache 2.0.54 using SS10 on Opteron
807578Jul 21 2005 — edited Jul 23 2005Hi,
I am newbie in this amd64 compile thing.
I want to compile every pkg that I always use to support amd64. I research and found the command is something like this:
# cc -xarch=amd64 yourCfiles
Now usually if I compiling Apache is using this command
# ./configure --prefix=/opt/GNUhttpd
I don't know yet how to incorporate "cc -xarch=amd64" when compiling apache
Any idea on how to do that
thanks