Re: problem installing 8.0.0beta5 on OS X 10.3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: problem installing 8.0.0beta5 on OS X 10.3
Date
Msg-id 971.1101406570@sss.pgh.pa.us
Whole thread Raw
In response to problem installing 8.0.0beta5 on OS X 10.3  (Will Arp <warp@reboot.ch>)
List pgsql-hackers
Will Arp <warp@reboot.ch> 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Solaris 8 regression test failure with 8.0.0beta5
Next
From: Thomas Hallgren
Date:
Subject: Re: Intermittent bug