On 2006-11-15, zulkarnain <[EMAIL PROTECTED]> wrote: > > How to build 32-bit squid on 64-bit OS/machine? I did > not see any configure option to build it as 32-bit > application on 64-bit OS.
Beware ... I haven't actually done this on FC6, but assuming
64 bit FC6 has a mixed 32/64-bit userland like RHEL does, I'd
try adding "-m32" to CC and LDFLAGS:
export CC="gcc -m32"
export LDFLAGS="-m32"
-jf
