From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Reduce dependancies of postmaster (without --as-needed) |
Date: | 2005-11-29 11:25:28 |
Message-ID: | 20051129112521.GC31333@svana.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
On Tue, Nov 29, 2005 at 01:16:53AM -0500, Tom Lane wrote:
> I dug a bit in the cvs history, and found that -lresolv was added
> quite late, apparently in response to this:
>
> http://archives.postgresql.org/pgsql-hackers/2001-02/msg00030.php
Marvellous. Another shared library doesn't wasn't linked against a
library it needs. This idea that shared libraries should be allowed to
have undefined symbols is something that really should be deprecated.
Kerberos support on my Debian system doesn't have this bug but then
Debian has always been stricter about this kind of thing.
> -lPW was added "for SCO support" in 1997:
> http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Attic/configure.in.diff?r1=1.64;r2=1.65
Ok, I've added it to the platforms/libraries dependancies list I'm
compiling. I've got all the relevent info from the old Makefile.in.
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-11-30 00:08:50 | A couple of proposed pgbench changes |
Previous Message | Martijn van Oosterhout | 2005-11-29 11:11:52 | Re: Reduce dependancies of postmaster (without --as-needed) |