Name: Anonymous 2011-03-04 6:28
So I am writing a program using C which implements options. Naturally I'd need to #include <unistd.h>. However after including this header file, I still get the error:
undefined symbol: opterr
warning: implicit function declaration: getopt
etc. wat do /prog/?
undefined symbol: opterr
warning: implicit function declaration: getopt
etc. wat do /prog/?