Re: Build failure on Mac OS X 10.3.9

From: "lothar(dot)behrens(at)lollisoft(dot)de" <lothar(dot)behrens(at)lollisoft(dot)de>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Build failure on Mac OS X 10.3.9
Date: 2006-12-23 11:41:26
Message-ID: 1166874086.243776.307950@i12g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> *** socket.c.orig Tue Oct 24 00:16:47 2006
> --- socket.c Sat Dec 23 19:36:39 2006
> ***************
> *** 24,29 ****
> --- 24,30 ----
> #include <string.h> /* for memset */
> #if defined(TM_IN_SYS_TIME)
> #include <sys/time.h>
> + #include <time.h>
> #else

Here should be the line (after the above else line)

#include <sys/time.h>

> #include <time.h>
> #endif /* defined(TM_IN_SYS_TIME) */
>

Now I have another error:

After an error by indirectly linking to libssl I have added -lssl to
the makefile. Then I get this error:

ld: Undefined symbols:
_CONNLOCK_ACQUIRE
_CONNLOCK_RELEASE
_INIT_CONNLOCK

Where are these functions ?

Thanks, Lothar

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2006-12-23 15:37:03 Re: Build failure on Mac OS X 10.3.9
Previous Message Hiroshi Inoue 2006-12-23 10:41:13 Re: Build failure on Mac OS X 10.3.9