I have no clue what's happening.
I'm building an application with CC (./configure and make)... everytime I modify a c or h file, it seems to notice it changes (and will complain if there is a syntax error, etc) and recompiles it and then links it again. But it seems that the resulting application is the same as before. I even went to the extent where i'd totally comment out the main function, except for the return 0 and the application works exactly as before. I have no clue what this is... maybe the linker trying to link to an old version... well, anyway, it started when I scrapped the source code and re-extracted it from a file...
I'd really appreciate any help...
TIA,
David