[unixODBC-dev] AIX 5.3 TL6 compilation.
Nick Gorham
nick.gorham at easysoft.com
Fri Jan 9 10:09:58 GMT 2009
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
--
Nick Gorham
Easysoft Limited
http://www.easysoft.com, http://www.unixODBC.org
More information about the unixODBC-dev
mailing list