PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
Date
Msg-id CAG7mmowJ61EpZsBsUgpKDCaiYNAN3Tzux7MPZML40fv7L25F4A@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: The linker complains about the '-bundle_loader "../../src/backend/postgres"' against PostgreSQL 8.4 on OSX
List pgadmin-hackers
Hi Heikki,

With PostgreSQL 8.4.11, I still face the same issue, resolved as part of the following checked-in:
http://git.postgresql.org/gitweb/?p=pldebugger.git;a=commitdiff;h=b9c756ef6cd4bdabea203905b2071d0e6b4e0d4d

I tried to resolve the issue by removing the duplicate words for the SHLIB_LINK variable in the Makefile for pldebugger.
I just changed it specifically for PostgreSQL 8.4 on OSX platform, because PostgreSQL build script may get changed in future releases (i.e. pldebugger is compiling well with PostgreSQL 9.0+ on OSX because of such modification.)

Please find the attached patch for the same.
I know - it looks ugly, but I could not think of any other solution at the moment.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi


Attachment

pgadmin-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgAdmin III commit: Add support for range types (9.2+)
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix constraint triggers SQL