1 message in com.perforce.jamming[jamming] Cc problem
FromSent OnAttachments
mahn...@frogware.com24 Feb 2003 10:38 
Subject:[jamming] Cc problem
From:mahn...@frogware.com (mahn@frogware.com)
Date:02/24/2003 10:38:25 AM
List:com.perforce.jamming

Hi ,

I am trying to compile my source code (.c) with jam in Linux ver 8 .When I run jam to compile my source it shows the following line on the screen : Cc myfile.c

I can not override Cc ,even though I have added the following piece of code to my Jamrules file :

CC = gcc ; actions Cc { CC $(>) $(CCFLAGS) }

Would you please help me to solve my problem …

Thanks