Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved - Mailing list pgsql-patches

From Kris Jurka
Subject Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Date
Msg-id Pine.BSO.4.56.0507161020330.1675@leary.csoft.net
Whole thread Raw
In response to Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches

On Sat, 16 Jul 2005, Tom Lane wrote:

> Marko Kreen <marko@l-t.ee> writes:
> > 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)
> >
> This sure seems like a crude band-aid rather than an actual solution.
> The bug as I see it is that gcc is choosing to link libz.a rather than
> libz.so --- why is that happening?
>

The link line says -L/usr/local/lib -lz and libz.a is in /usr/local/lib
while libz.so is in /usr/lib.

Kris Jurka

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Next
From: Tom Lane
Date:
Subject: Re: fixing REL7_3_STABLE build issues