undefined symbols

From: Alexander Cohen <alex(at)toomuchspace(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: undefined symbols
Date: 2004-10-20 16:10:39
Message-ID: 958F90CC-22B2-11D9-9144-000A95B947DC@toomuchspace.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

IM trying to build the ppostgres ODBC driver for MacOSX. I thought id
try and build it as a bundle from XCode. All compiles no problem but
then at the end of the compile i get an undefined symbols error, here
it is:

ld: Undefined symbols:
_CurrentMemoryContext
_MemoryContextAlloc
_pfree

Any idea what might be causing this? How can i get rid of this?

thanks

Alex

Browse pgsql-general by date

  From Date Subject
Next Message Dan Pelleg 2004-10-20 16:14:54 Re: index not used?
Previous Message Andrew Sullivan 2004-10-20 15:57:42 Re: Sequence question