Re: Build failure on Mac OS X 10.3.9 - Mailing list pgsql-odbc

From lothar.behrens@lollisoft.de
Subject Re: Build failure on Mac OS X 10.3.9
Date
Msg-id 1166874086.243776.307950@i12g2000cwa.googlegroups.com
Whole thread Raw
In response to Re: Build failure on Mac OS X 10.3.9  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: Build failure on Mac OS X 10.3.9  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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


pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Build failure on Mac OS X 10.3.9
Next
From: Hiroshi Inoue
Date:
Subject: Re: Build failure on Mac OS X 10.3.9