$cc -o try $ccflags $ldflags try.c #### int main(int argc, char *argv[]) { return 0; }