Re: Help needed to complile postgresql on Mac.

From: "Brian A(dot) Seklecki" <lavalamp(at)spiritual-machines(dot)org>
To: FC <qqa-1a89(at)myamail(dot)com>
Cc: netbsd-help(at)netbsd(dot)org, pgsql-ports(at)postgresql(dot)org
Subject: Re: Help needed to complile postgresql on Mac.
Date: 2005-10-09 14:57:49
Message-ID: 1128869869.3294.53.camel@compulsion
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

On Sun, 2005-10-09 at 10:36, Brian A. Seklecki wrote:
> Is libpq.dylib getting built? Is it there and just not being found? If
> so, you may need the LDFLAGS/CFLAGS settings from:
>
> http://darwinports.opendarwin.org/darwinports/dports/databases/postgresql8/Portfile
>
> If it's not being built, capture a log with 'script' and submit a
> send-pr(1)
>

Also some interesting things at:

http://cvs.sourceforge.net/viewcvs.py/fink/dists/10.4-transitional/unstable/main/finkinfo/database/postgresql80-unified.patch?rev=1.1&view=auto

Whatever happens, make sure the fix gets fed back upstream to the
PostgreSQL source tree. Effectively, pkgsrc, fink, and darwinports are
overlapping in efforts here..

~BAS

--- postgresql-8.0.2/src/Makefile.shlib Sat Nov 20 16:13:04 2004+++
postgresql-8.0.2-new/src/Makefile.shlib Mon Apr 11 21:18:41 2005@@
-101,11 +101,11 @@ ifeq ($(DLTYPE), library)
# linkable library
DLSUFFIX := .dylib
- LINK.shared = $(COMPILER) -dynamiclib -install_name $(libdir)/lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX) $(version_link) -multiply_defined suppress+ LINK.shared = $(CXX) $(CFLAGS) -dynamiclib -install_name $(libdir)/lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX) $(version_link) -multiply_defined suppress else
# loadable module (default case)
DLSUFFIX := .so
- LINK.shared = $(COMPILER) -bundle+ LINK.shared = $(CXX) $(CFLAGS) -bundle endif
shlib = lib$(NAME).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)$(DLSUFFIX)
shlib_major = lib$(NAME).$(SO_MAJOR_VERSION)$(DLSUFFIX)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-10-09 16:24:29 Re: avoid pulling up subquerys that contain volatile functions?
Previous Message Volkan YAZICI 2005-10-09 14:03:07 How TODO prevent PQfnumber() from lowercasing?

Browse pgsql-ports by date

  From Date Subject
Next Message HS 2005-10-12 09:03:49 compilation problem
Previous Message Steuckrath, Randy A 2005-10-03 18:56:11 Re: Windows: PG Service Won't Start