Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Shared library conflicts


  • From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
  • To: Thomas Hallgren <thomas(at)tada(dot)se>
  • Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
  • Subject: Re: Shared library conflicts
  • Date: Fri, 23 Jun 2006 12:36:26 +0200
  • Message-id: <20060623103626(dot)GA8900(at)svana(dot)org>

On Fri, Jun 23, 2006 at 10:45:29AM +0200, Thomas Hallgren wrote:
> There was a discussion some time back concerning the linking of the 
> postgres backend. Some libraries where linked although they where not 
> needed, mainly because it was convenient.

AIUI, this was fixed in -HEAD. In the Makefile there's a filter command
to strip libraries not needed. One of them is libz.

From src/backend/Makefile:
# The backend doesn't need everything that's in LIBS, however
LIBS := $(filter-out -lz -lreadline -ledit -ltermcap -lncurses -lcurses, $(LIBS))

Have a nice day,
-- 
Martijn van Oosterhout   <kleptog(at)svana(dot)org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment: signature.asc
Description: Digital signature



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group