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