I am trying to configure GnuCOBOL-4.0 early-dev with UnixODBC but i am getting the below error, i know my ODBC works because i can connect and query the database.
i used the following command to configure configure --with-odbc --with-db
Is there anything i can do to make it work?
checkingforodbc...nocheckingsql.husability...nocheckingsql.hpresence...yesconfigure:WARNING:sql.h:presentbutcannotbecompiledconfigure:WARNING:sql.h:checkformissingprerequisiteheaders?configure:WARNING:sql.h:seetheAutoconfdocumentationconfigure:WARNING:sql.h:section"Present But Cannot Be Compiled"configure:WARNING:sql.h:proceedingwiththecompiler'sresultconfigure:WARNING:##----------------------------------- ##configure:WARNING:##Reportthistobug-gnucobol@gnu.org##configure:WARNING:##----------------------------------- ##checkingforsql.h...noconfigure:error:sql.handsqlext.harerequiredforODBC
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You don't have unixODBC installed (or at least not the -dev part). For Plain MinGW I'd try to build it from source http://www.unixodbc.org/download.html
👍
1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I am trying to configure GnuCOBOL-4.0 early-dev with UnixODBC but i am getting the below error, i know my ODBC works because i can connect and query the database.
i used the following command to configure
configure --with-odbc --with-dbIs there anything i can do to make it work?
You don't have unixODBC installed (or at least not the -dev part). For Plain MinGW I'd try to build it from source http://www.unixodbc.org/download.html
Thanks Simon, i will try to install from that link.