psqlodbc-07.03.0200 --with-iodbc won7t compile on Mac OS X

From: Tim Perkins <newsbought(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: psqlodbc-07.03.0200 --with-iodbc won7t compile on Mac OS X
Date: 2004-08-31 02:36:21
Message-ID: ch0o75$kbg$1@floppy.pyrenet.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Okay, not much traffic on the postgres.odbc group so I'll try here.

I'm trying to get postgresql and excel x to talk over odbc and a cup of
tea but the psql odbc driver is not compiling for me today.
I used configure with --with-iodbc option.

this is the standard out output from the make process:
make all-am
/bin/sh ./libtool --mode=link gcc -g -O2 -o psqlodbc.la -rpath
/usr/local/lib -module -no-undefined -avoid-version info.lo bind.lo
columninfo.lo connection.lo convert.lo drvconn.lo environ.lo execute.lo
lobj.lo win_md5.lo misc.lo options.lo pgtypes.lo psqlodbc.lo qresult.lo
results.lo socket.lo parse.lo statement.lo tuple.lo tuplelist.lo
dlg_specific.lo odbcapi.lo multibyte.lo gpps.lo odbcapi30.lo pgapi30.lo
info30.lo -liodbcinst
rm -fr .libs/psqlodbc.la .libs/psqlodbc.* .libs/psqlodbc.*
gcc -r -keep_private_externs -nostdlib -o .libs/psqlodbc.so-master.o
info.lo bind.lo columninfo.lo connection.lo convert.lo drvconn.lo
environ.lo execute.lo lobj.lo win_md5.lo misc.lo options.lo pgtypes.lo
psqlodbc.lo qresult.lo results.lo socket.lo parse.lo statement.lo
tuple.lo tuplelist.lo dlg_specific.lo odbcapi.lo multibyte.lo gpps.lo
odbcapi30.lo pgapi30.lo info30.lo && gcc -bundle -o .libs/psqlodbc.so
.libs/psqlodbc.so-master.o -L/usr/local/lib -liodbcinst -lc
ld: Undefined symbols:
_CFBundleCopyExecutableURL
_CFBundleCopyResourceURL
_CFBundleGetBundleWithIdentifier
_CFRelease
_CFStringGetCString
_CFURLCopyFileSystemPath
___CFStringMakeConstantString

I found a similar reference to this problem here:
http://www.google.co.jp/search?q=cache:zLM4PQ_fgWoJ:archives.postgresql.org/pgsql-odbc/2004-04/msg00028..php++psqlodbc+iodbc+MAC+os+X&hl=ja&start=1&ie=UTF-8&inlang=ja
but archives.postgresql.org seems to be down and I couldn't access the
google cache for the response.
I'd appreciate your help on the topic.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wes Palmer 2004-08-31 04:07:08 DB failure?
Previous Message Guy Naor 2004-08-31 01:35:24 Re: Hebrew support -- please help !