Re: AIX 5.3 TL6 compilation.
"George Neill" <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <[email protected]> |
Nick, On Fri, Jan 9, 2009 at 4:09 AM, Nick Gorham <[email protected]> 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. _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev