Closed youfoundron closed 9 years ago
Hey,
I think you just need to include mpc.c
in your build command:
cc -std=c99 -Wall mpc.c error_handling.c -ledit -lm -v -o error_handling
Thanks,
Dan
Ah jeez, my stupid mistake. Thanks for pointing that out!
No problem. Enjoy the rest of the book!
File is error_handling.c from chapter 8, mpc.c and mpc.h are in the local direcotry.
Compiling with
cc -std=c99 -Wall error_handling.c -ledit -lm -v -o error_handling
on OSX Yosemite (10.10.4) yields the following invocation: