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.17/srclib/apr':
configure: error: C compi
Thanks Eugene, I used some of your ideas for "inspiration".
My final solution was
LD_LIBRARY_PATH=/usr/lib/64:/usr/sfw/lib/64
export LD_LIBRARY_PATH
CFLAGS=?-m64?
export CFLAGS
LDFLAGS=?-m64?
export LDFLAGS
./configure --prefix=/usr/local/ap
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