Re: problem installing 8.0.0beta5 on OS X 10.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem installing 8.0.0beta5 on OS X 10.3
Дата
Msg-id 971.1101406570@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem installing 8.0.0beta5 on OS X 10.3  (Will Arp <warp@reboot.ch>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Solaris 8 regression test failure with 8.0.0beta5
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: Intermittent bug