Author: Unknown
Subject: Deque.c compilation error
Date: Sunday, 29 Mar 2020, 16:11:10
I have written Deque.c and I am trying to compile it using Makefile that you have provided. I have included "#include "/c/cs223/Hwk4/Deque.h" " in Deque.c but for some reason the program still does not compile and outputs this message: undefined reference to `main' collect2: error: ld returned 1 exit status There is no "main" in my Deque.c since it was not included in protoDeque.c and my Qsort.c does not contain 'main' yet. Is there a way to compile and test Deque.c before starting Qsort.c? Thank you.PREV INDEX NEXT