I'm playing around tring to learn how to develope on my new Mac.
Where does it store library info? The reason I ask is I though I had
ODBC working. Then I moved some stuff around, and it seems to have
broke.
=====================================================================
iODBC Demonstration program
This program shows an interactive SQL processor
Enter ODBC connect string (? shows list): DSN=treaves
[iODBC][Driver Manager]Specified driver could not be loaded,
SQLSTATE=IM003
[iODBC][Driver Manager]dlcompat: file
"/Users/treaves/Development/psqlodbc-7.2.5/psqlodbc.la" not found,
SQLSTATE=00000
=====================================================================
Why is it looking there for that .la file?
Also, is a .la static and a .so dynamic? Thanks.