From: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-interfaces(at)postgresql(dot)org, pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: ODBC for Mac OS |
Date: | 2007-03-26 10:36:09 |
Message-ID: | 200703260636.09171.sdavis2@mail.nih.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces pgsql-odbc |
On Sunday 25 March 2007 22:45, Tom Lane wrote:
> Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> writes:
> > I'm trying to compile psqlodbc-08.02.0200 for Mac OS. I'm getting the
> > following when I try to do that:
> >
> > gcc -o .libs/psqlodbcw.so -bundle .libs/info.o .libs/bind.o
> > .libs/columninfo.o .libs/connection.o .libs/convert.o .libs/drvconn.o
> > .libs/environ.o .libs/execute.o .libs/lobj.o .libs/win_md5.o
> > .libs/misc.o .libs/options.o .libs/pgtypes.o .libs/psqlodbc.o
> > .libs/qresult.o .libs/results.o .libs/socket.o .libs/parse.o
> > .libs/statement.o .libs/tuple.o .libs/dlg_specific.o .libs/loadlib.o
> > .libs/multibyte.o .libs/odbcapi.o .libs/descriptor.o .libs/odbcapi30.o
> > .libs/pgapi30.o .libs/info30.o .libs/mylog.o .libs/odbcapi30w.o
> > .libs/odbcapiw.o .libs/win_unicode.o -L/Users/sdavis/local/pgsql/lib
> > -lpgport -lz -lreadline -lresolv -ldl -lm -lpq
> > /usr/bin/ld: Undefined symbols:
> > _CONNLOCK_ACQUIRE
> > _CONNLOCK_RELEASE
> > _INIT_CONNLOCK
> > _SSL_get_error
> > _SSL_read
> > _SSL_write
> > _SQLGetPrivateProfileString
> > _SQLWritePrivateProfileString
> > collect2: ld returned 1 exit status
> > make[1]: *** [psqlodbcw.la] Error 1
>
> Darwin is pickier than most other OSes about requiring that all symbols
> referenced by a shared library be defined in one or another of the
> shared libraries listed when it's linked. In this case the link command
> is clearly missing a -l switch for OpenSSL, and probably a couple other
> things. ODBC guys, can you fix this?
Thanks, Tom. I'll see what I can work out here, but I'm a bit out of my
league.
Sean
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Saito | 2007-03-27 01:56:47 | Re: [ODBC] ODBC for Mac OS |
Previous Message | Tom Lane | 2007-03-26 02:45:31 | Re: ODBC for Mac OS |
From | Date | Subject | |
---|---|---|---|
Next Message | noreply | 2007-03-26 11:17:49 | [ psqlodbc-Bugs-1002766 ] 08.02.0205, 200703150001 snapshot returns wide characters |
Previous Message | Tom Lane | 2007-03-26 02:45:31 | Re: ODBC for Mac OS |