Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I use ESQL/C in a makefile?

eSQL makefile
0
Posted

How do I use ESQL/C in a makefile?

0

Jonathan Leffler (johnl@informix.com) writes: Please note that just as you use CC (or $(CC) or ${CC}) to denote the C compiler, so too you should use a macro to denote the ESQL/C compiler. Also, the ESQL/C compiler script compiles .c to .o quite happily, and it provides the -I options which are in general necessary (this is what Cosmo (simond@informix.com) said). And ‘rm -f’ should not return an error, (so the ‘-‘ is unnecessary), and should be echoed in my view (possibly controversial, but if you agree, the ‘@’ is unnecessary).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123