On Wed, Jul 23, 2003 at 02:52:49PM -0500, Pankratz, Theresa wrote: > I am trying to compile a Pro*C project using gmake. One of the pc files in > the project contains embedded PL/SQL. I have set SQLCHECK=SEMANTICS > USERID=scott/tiger in the mk file. I keep getting errors that look like > gmake is not recognizing that SQLCHECK is set. If I compile the same code > without using gmake, it compiles fine.
Hi Theresa. Could you please try to post relevant parts of the makefile, or even better a small Makefile that exhibit the same problem. One thing to check is that the mentioned assignments are not located in a block ifdeffed out. Example: ifeq ($(FOO),1) SQLCHECK=SEMANTICS endif You must look for more than ifeq, but in general such a construct. Sam _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make