On Thu, 5 Sep 2013, Allin Cottrell wrote:
As seen in your config.log, autoconf checks for a "site
script" (whose name
is given by the value of the environment variable CONFIG_SITE, if it's
defined). On your system it's finding that $CONFIG_SITE evaluates to
/usr/share/site/x86_64-unknown-linux-gnu
and this file is being included. It seems to me that the problem may lie
there.
There's no such file on Fedora 19, and I'm suspicious of the effect
of the SuSE file.
One useful experiment might be to try configuring in such a way as
to cut out SuSE's $CONFIG_SITE and see if that produces a working
64-bit build:
CONFIG_SITE="" ./configure --enable-build-doc --enable-gtk3
Allin