I'm trying to run a .c file with arguments but if I type like "gcc blah.c 192.168.2.9 -f" it interprets the arguments as a part of "gcc" and not blah.c. I always thought the whole purpose of a compiler was compiling it into an executable not executing it right away ... does it put the executable anywhere or can I make gcc make one ?
thanks in advance
thanks in advance