Will Arp <[EMAIL PROTECTED]> writes:
> please find attached the config.log

configure:2008: checking for C compiler default output
configure:2011: gcc    conftest.c  >&5
configure:2014: $? = 0
configure:2047: result: a.out
configure:2052: checking whether the C compiler works
configure:2058: ./a.out
./configure: line 1: ./a.out: No such file or directory
configure:2061: $? = 127
configure:2069: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.

Wow, that's an interesting spelling of "a.out" ;-)

Apparently you've got "ls" hacked up in such a way that it puts some
highlighting escape sequences into its output even when it's invoked
by a script.  This is a bad idea, because it will break lots more
stuff than just configure scripts.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to