[unixODBC-dev] AIX 5.3 TL6 compilation.
George Neill
georgen at neillnet.com
Fri Jan 9 10:13:04 GMT 2009
Nick,
On Fri, Jan 9, 2009 at 4:09 AM, Nick Gorham <nick.gorham at easysoft.com> wrote:
> George Neill wrote:
>
>> Hi again,
>>
>> I got around the -DHAVE_LIBTHREAD by changing the configure.in and
>> autoreconf'ing. But I now hit this error (below). It appears to be
>> unable to find the ini, log, lst and ltdl libs ...
>>
>> if I change the odbcinst/Makefile.am from
>>
>> libodbcinst_la_LIBADD = \
>> ../ini/libinilc.la \
>> ../log/libloglc.la \
>> ../lst/liblstlc.la \
>> $(LIBLTDL) $(LIBADD_DL)
>>
>> to
>>
>> libodbcinst_la_LIBADD = \
>> ../ini/.libs/libinilc.la \
>> ../log/.libs/libloglc.la \
>> ../lst/.libs/liblstlc.la \
>> $(LIBLTDL) $(LIBADD_DL)
>> $(LIBLTDL)
>> It resolves most of these unsatisfied symbols (below) ... all but
>> the ltdl ones. Any ideas?
>>
>
> Hmm, never seen that problem, but then I don't have access to that platform,
> so I am guessing. I would imagine you need to do the same to the values in
> $(LIBLTDL) which should be pointing to libltdl in the source tree
2.2.15pre seems to have fixed this as well, so I am good!
Thanks much,
George.
More information about the unixODBC-dev
mailing list