i'm trying to build unixODBC & PHP with ODBC support on CYGWIN.
my first problem is with unixODBC. actually, building unixODBC on CYGWIN is easy but when i've tested the "isql" application to connect to a database, i received an error "Could not SQLConnect".
i reviewed my ini settings and found out that i was using the libodbcxxxx.so drivers while the libraries that i built was static (libodbcxxxx.la).
so, how do i convert unixODBC static libraries to DLL? i did try "mkdll" but failed. any how-tos will be highly appreciated. =)
where can i download PHP for CYGWIN that has ODBC support? (just in case i couldn't build it myself). any how-tos perhaps? =)
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/