Compiling PostgreSQL with Intel C Compiler 6.0

From: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Compiling PostgreSQL with Intel C Compiler 6.0
Date: 2002-07-03 22:41:24
Message-ID: 3D237D94.7000003@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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(at)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

Attachment Content-Type Size
error.txt text/plain 10.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-04 00:25:55 Re: BETWEEN Node & DROP COLUMN
Previous Message Rod Taylor 2002-07-03 21:40:30 Re: Scope of constraint names