On Wed, Jan 13, 2010 at 12:45 AM, galaft wang wrote:
> Hi,
>
> I am compiling 32 bit httpd on 64 bit RHEL with following command:
>
> # ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32
> --prefix=/root/j131/testhttpd/apache-32bit
Probably better luck with CC="gcc -m32"
--
Eric Cove
Hi,
I am compiling 32 bit httpd on 64 bit RHEL with following command:
# ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32
--prefix=/root/j131/testhttpd/apache-32bit
But make failed with following error message:
# make
Making all in srclib
make[1]: Entering directory
`/root/j131/te