You just need to specify the build target to configure; no munging
required:
./configure --enable-64bit --build x86_64-redhat-linux-gnu
MC
--
Martin MC Brown, Technical Writer
Database Technology Group, Sun Microsystems
http://sun.com | http://mysql.com
Phone: x18435/+44 247 669 8435 Skype: mcmcslp
memcached-1.2.6 should identify the host correctly, so it should just
be a case of specifying --enable-64bit, but you can be explicit:
./configure --build=i386-pc-solaris2.11 --enable-64bit
A quick check of the created Makefile shows it is setting the CFLAGS
correctly:
$ grep 64 Makefile
install_sh_DATA = $(install_sh) -c -m 644
CFLAGS = -m64 -g -O2
INSTALL_DATA = ${INSTALL} -m 644
--
Nick Verbeck - NerdyNick
----------------------------------------------------
NerdyNick.com
SkeletalDesign.com
VivaLaOpenSource.com
Coloco.ubuntu-rocks.org