Subject: sp5 -- You MUST submit all .c's and .h's needed > On the assignment at the top of the page you say create object.c, > sphere.c, plane.c, and material.c. However at the bottom of the page > you say turn in model.c, plane.c, object.c, and list.c. Not sure if I > am reading it wrong or if this is an actual discrepancy. The bottom line is that in this assignment and FROM NOW ON you will be be expected to turn in ALL .c's and .h's that are required to build your programs. Hence sphere.c and other previously written components should have been included in the inventory. model.c and main.c are freebies provided by me. The list.c and veclib.c modules should have been written by you but if yours didn't work there should be one available in the sol directory of the relevant lab. Bottom line: gcc -Wall -g main.c model.c sphere.c plane.c material.c object.c list.c veclib.c -lm MUST build your program. Be sure to submit all .h files that your program requires. I don't really care if you create one big ray.h or submit ray.h rayhdrs.h and veclib.h After you copy your files to the submission directory, you MUST ensure that the "gcc" command shown above will successfully build your program! ---------------------------------------------------------------- And as was pointed out in class today, e-mails such as this DO override the original specs that were posted. In the "real" world changes such as these are the rule not the exception.