Re: 4 pgcrypto regressions failures - 1 unsolved

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 4 pgcrypto regressions failures - 1 unsolved
Date: 2005-07-15 17:20:38
Message-ID: 20050715172038.GA28714@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

[buildfarm machine dragonfly]

On Tue, Jul 12, 2005 at 01:06:46PM -0500, Kris Jurka wrote:
> Well the buildfarm machine kudu is actually the same machine just building
> with the Sun compiler and it works fine. It links all of libz.a into
> libpgcrypto.so while gcc refuses to.

I googled a bit and found two suggestions:

1. http://curl.haxx.se/mail/lib-2002-01/0092.html
(Use -mimpure-text on linking line)

2. http://www.filibeto.org/pipermail/solaris-users/2004-March/000662.html
(that using GNU ld not Sun's fixes it)

The attached patch does #1. Could you try it and see if it fixes it?

--
marko

Attachment Content-Type Size
solgcc.diff text/plain 652 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2005-07-15 19:10:31 Re: Change Ownership Permission Checks
Previous Message Abhijit Menon-Sen 2005-07-15 15:31:46 Re: prepared queries in plperl

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-07-15 18:21:22 Re: thousands comma numeric formatting in psql
Previous Message Chris Browne 2005-07-15 15:53:38 AIX FAQ Updates