On Fri, Feb 11, 2011 at 3:47 AM, Hendrik Schmieder
wrote:
> kevin.frisw...@callista.com.au schrieb:
>>
>> From: "William A. Rowe Jr."
>> To: users@httpd.apache.org
>> Date: 08/02/2011 11:25 AM
>> Subject: Re: [
kevin.frisw...@callista.com.au schrieb:
From: "William A. Rowe Jr."
To: users@httpd.apache.org
Date: 08/02/2011 11:25 AM
Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris
On 2/7/2011 6:19 PM, k
- Original Message -
> Hi William,
> I tried CFLAGS="gcc -m64", (gcc is installed in /usr/sfw/bin/), but
> it broke configure ...
>
> checking for gcc... gcc
> checking for C compiler default output file name...
> configure: error: in
> `/opt/oracle/stage/tmp/k_working/Apache2.2/httpd-2.2
n
From: "William A. Rowe Jr."
To: users@httpd.apache.org
Date: 08/02/2011 11:25 AM
Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris
On 2/7/2011 6:19 PM, kevin.frisw...@callista.com.au wrote:
> Thanks Eugene, I used some of your ideas for "inspirati
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
.o"
files that were not being clobbered and were stuffing the make up.
Thanks again.
From: Eugene
To: "users@httpd.apache.org"
Date: 07/02/2011 11:16 PM
Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris
I compile Httpd with SunStudio using options:
CC=cc \
P=grep \
./configure \
## here is the set of httpd configuration options ##
"-m64" turns 64-bit on
-Original Message-
From: kevin.frisw...@callista.com.au
Reply-to: "users@httpd.apache.org"
To: users@httpd.apache.org
Subject: [users@httpd] 64 Bit Apache httpd on Sola
The Goal
A 64bit httpd executable on Solaris 5.10, (independent of the "out of the
box Solaris Apache server).
(isainfo ?v
64-bit sparcv9 applications
fmaf vis2 vis popc
32-bit sparc applications
fmaf vis2 vis popc v8plus div32 mul32 )
Current Pos