Re: help with OSX make problem - Mailing list pgsql-odbc

From Benjamin Riefenstahl
Subject Re: help with OSX make problem
Date
Msg-id m365hxxmox.fsf@seneca.benny.turtle-trading.net
Whole thread Raw
In response to help with OSX make problem  (Theodore Petrosky <tedpet5@yahoo.com>)
Responses Re: help with OSX make problem
List pgsql-odbc
Hi Theodore,


Theodore Petrosky <tedpet5@yahoo.com> writes:
> Please, I need some help figuring out a Mac OS X problem.

> I downloaded and installed the libiodbc-3.51.1 sources.

Isn't that another ODBC implementation?  Mac OS X already has a
version of ODBC by Apple, so you shouldn't need that.

> then the psqlodbc-07.03.0200 sources.

> I configured with ./configure --with-iodbc however, before finishing
> make I am getting errors like this:
>
> ld: Undefined symbols:
> _CFBundleCopyExecutableURL
> _CFBundleCopyResourceURL
> _CFBundleGetBundleWithIdentifier
> _CFRelease
> _CFStringGetCString
> _CFURLCopyFileSystemPath
> ___CFStringMakeConstantString
> make[1]: *** [psqlodbc.la] Error 1
> make: *** [all] Error 2
>
> This looks like 'core foundations' stuff..

Right.  So you probably just need to add "-framework CoreFoundation"
to your link line.


benny


pgsql-odbc by date:

Previous
From: "egon alberthuf"
Date:
Subject: la vie est belle
Next
From: Benjamin Riefenstahl
Date:
Subject: Re: ODBC