From: | DANTE Alexandra <Alexandra(dot)Dante(at)bull(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL 8.2 : IPO link warning with ICC 9.1.045 |
Date: | 2006-12-13 08:08:18 |
Message-ID: | 457FB4F2.2070200@bull.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello Tom, Martijn and List,
Thank you for these precisions.
I checked the spec file used to build the RPM and compile PostgreSQL and
I ran the configure with the icc compiler by setting :
%configure CC=/opt/intel/cc/9.1.045/bin/icc CFLAGS='-O2 -pipe
-override_limits'
I was afraid that this IPO link warning could have a bad impact on the
performances of PostgreSQL.
But as it's harmless, it's OK.
Have a nice day,
Alexandra
Tom Lane wrote:
>Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
>
>
>>That the gcc command-line switch used to stop exporting unnessesary
>>symbols. It should only be used for gcc, I wonder how it selected it
>>for your compiler? Did you run configure with the right compiler?
>>
>>
>
>icc pretends to be gcc ... not very well, but it pretends anyway.
>
>
>
>>In any case, it's harmless.
>>
>>
>
>I believe so, yes.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | A. Kretschmer | 2006-12-13 08:15:29 | Re: changing the permission of _lots_ of tables |
Previous Message | Richard Huxton | 2006-12-13 07:55:48 | Re: changing the permission of _lots_ of tables |