Обсуждение: configuring for icc 8.0

Поиск
Список
Период
Сортировка

configuring for icc 8.0

От
Marcelo Cintra
Дата:
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


Re: configuring for icc 8.0

От
Peter Eisentraut
Дата:
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.