Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Kris Jurka <books@ejurka.com>
From: Kris Jurka <books@ejurka.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Marko Kreen <marko@l-t.ee>, pgsql-hackers@postgresql.org, pgsql-patches@postgresql.org
Date: 2005-07-16T15:22:10Z
Lists: pgsql-hackers
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