I’m just found cmake and I want to use it to create make files for a little project that uses the esql compiler.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve not used
cmakeyet (it is on my list of things that I need to look at – round about the time some spare tuits become available), but…I do have several sets of rules for compiling ESQL/C to object code etc for regular
make.You can find one set of those rules online at the IIUG Software Archive in the SQLCMD package. Or you can contact me directly to discuss the niceties in detail (and/or the differences between
cmakestuff and regularmakestuff). You can also find Informix-relatedautoconfmacros in the SQLCMD package – fileacinformix.m4.