From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Will Arp <warp(at)reboot(dot)ch> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: problem installing 8.0.0beta5 on OS X 10.3 |
Date: | 2004-11-25 18:16:10 |
Message-ID: | 971.1101406570@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Will Arp <warp(at)reboot(dot)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: [31ma.out[m[m
configure:2052: checking whether the C compiler works
configure:2058: ./[31ma.out[m[m
./configure: line 1: ./[31ma.out[m[m: 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
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2004-11-25 18:17:44 | Re: Intermittent bug |
Previous Message | Tom Lane | 2004-11-25 17:51:51 | Re: Solaris 8 regression test failure with 8.0.0beta5 |