6 messages in ru.sysoev.nginxRe: Problem compiling nginx-0-6-34 on...
FromSent OnAttachments
Yazz AtlasDec 11, 2008 3:01 pm.txt
Maxim DouninDec 11, 2008 4:38 pm 
mikeDec 11, 2008 5:28 pm 
Arvind JayaprakashDec 12, 2008 12:03 pm 
mikeDec 12, 2008 12:22 pm 
Jeremy HinegardnerDec 17, 2008 4:15 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Problem compiling nginx-0-6-34 on CentOS 5.2 x86_64Actions...
From:Arvind Jayaprakash (wo@anomalizer.net)
Date:Dec 12, 2008 12:03:40 pm
List:ru.sysoev.nginx

mike wrote:

I believe I had issues on RHEL 5.x myself, and I solved it by removing the 32-bit libraries (most things I were compiling were confused between the 64-bit and 32-bit and it wound up mixing the two, resulting in compilation errors)

I wish they would work like Ubuntu which has made it pure 64-bit without default installing 32-bit libs as well.

Does passing the "-m64" to gcc help (--with-cc-opt)? It clearly tells gcc that you intend to make a64 bit elf object. That might be cleaner than explicitly choosing all the lib64 paths.