Compiling PostgreSQL with Intel C Compiler 6.0

Started by Hans-Jürgen Schönigover 23 years ago2 messages
#1Hans-Jürgen Schönig
postgres@cybertec.at
1 attachment(s)

I have tried to compile PostgreSQL with the Intel C Compiler 6.0 for
Linux. During this process some errors occurred which I have attached to
this email. I have compiled the sources using:

[hs@duron postgresql-7.2.1]$ cat compile.sh
#!/bin/sh

CC=/usr/local/intel_compiler/compiler60/ia32/bin/icc CFLAGS=' -O3 '
./configure
make

If anybody is interested in testing the compiler feel free to contact me.

Hans

Attachments:

error.txttext/plain; name=error.txtDownload
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hans-Jürgen Schönig (#1)
Re: Compiling PostgreSQL with Intel C Compiler 6.0

=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <postgres@cybertec.at> writes:

I have tried to compile PostgreSQL with the Intel C Compiler 6.0 for
Linux. During this process some errors occurred which I have attached to
this email. I have compiled the sources using:

These are not errors, only overly-pedantic warnings.

regards, tom lane