Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
От
Kris Jurka
Тема
Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved
Дата
Msg-id
Pine.BSO.4.56.0507161020330.1675@leary.csoft.net
Ответ на
Список
Дерево обсуждения
Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved Tom Lane <tgl@sss.pgh.pa.us>
Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved Kris Jurka <books@ejurka.com>
Re: [HACKERS] 4 pgcrypto regressions failures - 1 unsolved Tom Lane <tgl@sss.pgh.pa.us>
On Sat, 16 Jul 2005, Tom Lane wrote: > Marko Kreen 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 по дате отправления