Re: help with OSX make problem

Поиск
Список
Период
Сортировка
От Benjamin Riefenstahl
Тема Re: help with OSX make problem
Дата
Msg-id m365hxxmox.fsf@seneca.benny.turtle-trading.net
обсуждение исходный текст
Ответ на help with OSX make problem  (Theodore Petrosky <tedpet5@yahoo.com>)
Ответы Re: help with OSX make problem  (Theodore Petrosky <tedpet5@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "egon alberthuf"
Дата:
Сообщение: la vie est belle
Следующее
От: Benjamin Riefenstahl
Дата:
Сообщение: Re: ODBC