On 25/04/14 22:48, Eric Covener wrote:
> On Fri, Apr 25, 2014 at 4:43 PM, venu thangalapally <when...@gmail.com> wrote:
>> can you please provide more info how can i build it to 64-bit... apache 2.2
>> tar file from apache link does not say the bit level information
> 
> The bit level is not really a property of source code.
> 
> You'll have to consult the manual for your compiler (sun studio, gcc,
> ???) for what flags to add for 64-bit code. Maybe it's even the
> default.  for httpd, it's best to bake the flag into CC="" environment
> variable, rather than CFLAGS.

Try:

export CFLAGS="-m64"
export LDFLAGS="-m64"

And then do normal compilation.

You will need 64 bit versions of all dependencies, of course.

-- 
Jesús Cea Avión                         _/_/      _/_/_/        _/_/_/
j...@jcea.es - http://www.jcea.es/     _/_/    _/_/  _/_/    _/_/  _/_/
Twitter: @jcea                        _/_/    _/_/          _/_/_/_/_/
jabber / xmpp:j...@jabber.org  _/_/  _/_/    _/_/          _/_/  _/_/
"Things are not so easy"      _/_/  _/_/    _/_/  _/_/    _/_/  _/_/
"My name is Dump, Core Dump"   _/_/_/        _/_/_/      _/_/  _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to