Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!rochester!pt.cs.cmu.edu!andrew.cmu.edu!wb1j+ From: wb1j+@andrew.cmu.edu (William M. Bumgarner) Newsgroups: comp.sys.mac Subject: MPW C and the -I option Message-ID: Date: 9 Apr 89 07:42:01 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 20 I am using the following to compile a code resource (i figured out the strings question): C -b -n -r 6 -I {CIncludes%bum},{CIncludes} 6 obj.o the 6's represent the optioin-d character... My problem: C will find the includes in the first path specified, but not the second. I have tried two lines of -I with the same result. Adding a space between the paths doesn't help, either... Bug or stupidity on my part? (Probably latter...). thanks again, b.bum wb1j+@andrew.cmu.edu