Hi,
Your observations are expected!! The only thing that's going wrong in
your case is that you do './configure' over and over again !! When you
run './configure', it regenerates a new Makefile, which overwrites the
Makefile that you modified. Thus, your changes vanish. So, after you
modify
Hi,
When you run ./configure, your makefile gets altered. That's why your line
'disappeard'! And as a result, file.o was not created, hence the 'invalid
command' error.
(you only need to run ./configure if you're compiling for the very first
time)
So, once you add the tcp/file.o \line, just