i have some trouble by executing one program... say, i have compiled 5 source files and executed the build program without any problem. In addition, i add 2 source files which are not included to the former program, to the makefile to compile them. it had been compiled and build the program well but if i execute it i get segmentation fault.
my question is why i get this error despite i did not include the added 2 files to the former program, which it had been executed without any problem before doing that. i mean there are no dependency between the the first 5 source files and the other source 2 file