On Fri, 31 Jul 2009, Norval Watson wrote:
Hi again Will,
This time I'm compiling Phasex on Asus Eee, Atom N270 cpu, Debian sid.
./configure is failing thus:
checking for X... no
./configure: line 5827: syntax error near unexpected token `GTK,'
./configure: line 5827: `PKG_CHECK_MODULES(GTK,'
Looks like I'm missing something important on this brand new install?
Thanks again for Phasex!
Norv
Do you have the debian libgtk2.0-dev package installed? Also, I've
received a report about a bit of gcc weirdness when trying to
optimize for the Atom. Could you try letting gcc figure out how to
optimize?
make distclean
aclocal && autoconf && automake && autoheader
./configure --enable-arch=native
make
If that doesn't work so well, configure for x86_64, but only build
for level 2 on cpu power:
make clean
./configure --enable-arch=x86_64 --enable-debug="-DPHASEX_CPU_POWER=2"
make
Let me know how this works out ;-}
Thanks again, Norval
--ww