Kai Antweiler wrote:
ps:
maybe configure.in was not the problem.
Using ./bootstrap might fix it. I don't know.
But bootstrap is also buggy.
It looks in the wrong directory on my box:
aclocal -I /usr/local/share/aclocal \
"/usr/local/share/aclocal" doesn't even exist!
I fixed bootstrap, but it didn't help.
fix is in both cvs repositories.
Stalwart helped me on irc:
What i needed was:
export CARCH="x86_64"
export CHOST="x86_64-unknown-linux-gnu"
export CFLAGS="-march=x86-64 -O2 -pipe"
export CXXFLAGS="-march=x86-64 -O2 -pipe"
but i think it can't be this is not handled automatically.
greetings, leo wandersleb
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel