Re: URGENT: Undefined Symbols Using XCode 2.5 on Mac OS X 10.5

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: "Keary Suska" <hierophant(at)pcisys(dot)net>
Cc: "Postgres-Interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: URGENT: Undefined Symbols Using XCode 2.5 on Mac OS X 10.5
Date: 2007-12-23 13:16:41
Message-ID: 22586.82.95.182.144.1198415801.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sun, December 23, 2007 10:41, Keary Suska wrote:
> I ha a perfectly functioning libpq before I upgraded my computer but for
> some reason I am now getting undefined symbol errors in libpq.a:
>
> AirBase:0: /Users/aksuska/Projects/FFSEmploy/AirBase
> Project/AirBase/libpq.a(fe-secure.o) reference to undefined
> _pthread_sigmask$UNIX2003
> AirBase:0: _close$UNIX2003
> AirBase:0: _fcntl$UNIX2003
[...]

This sounds more like a generic linking problem specific to your system
than a problem with postgres as such. Your best bet may be to ask on
platform-specific forums.

That said, can't you build postgres from source and use the libpq you get?

Jeroen

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Neil Tiffin 2007-12-23 15:03:33 Re: URGENT: Undefined Symbols Using XCode 2.5 on Mac OS X 10.5
Previous Message Keary Suska 2007-12-23 03:41:15 URGENT: Undefined Symbols Using XCode 2.5 on Mac OS X 10.5