Lists: | pgsql-ports |
---|
From: | Marcelo Cintra <mc(at)inf(dot)ed(dot)ac(dot)uk> |
---|---|
To: | pgsql-ports(at)postgresql(dot)org |
Subject: | configuring for icc 8.0 |
Date: | 2004-07-02 09:06:26 |
Message-ID: | Pine.LNX.4.44.0407021002030.17242-100000@cullenskink.inf.ed.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Hello,
I'm trying to build PostgreSQL with Intel's icc compiler 8.0 on a Linux
machine. When running the configure as:
configure CC=/opt/intel_cc_80/bin/icc
I get the following error message:
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C
compiled programs.
If you meant to cross compile, use `--host'.
Can anybody help? Thanks,
Marcelo
From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Marcelo Cintra <mc(at)inf(dot)ed(dot)ac(dot)uk>, pgsql-ports(at)postgresql(dot)org |
Subject: | Re: configuring for icc 8.0 |
Date: | 2004-07-08 18:12:21 |
Message-ID: | 200407082012.21791.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-ports |
Marcelo Cintra wrote:
> configure CC=/opt/intel_cc_80/bin/icc
>
> I get the following error message:
>
> checking for C compiler default output... a.out
> checking whether the C compiler works... configure: error: cannot run
> C compiled programs.
> If you meant to cross compile, use `--host'.
Check the file config.log about what is says why it can't run the test
program.