Re: Unable to install freetds on Unixware 7
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Paul S. Kemp wrote: > libtool: link: cannot find the library `../libtds.la' > > I assume it's because it can't find libtds.la. Now I've search for this > file and it doesn't exist. > > Anyone got freetds working on unixware or have any recommendations on > how to get the make to run successfully. libtds builds as a static library only. You should find libtds.a somewhere, and you should be able to link to it. I don't know why libtool wants a .la file or why it's not generated. It should be generated by ltmain.sh. HTH. --jkl