hi ,

when i am trying to execute a c file,it is compiling fine with zero errors but having 4 warnings.

when i am trying execute the option make the exe file, it results linker error:undefined symbol.

There are 26 such type of errors.

In the c file it is accessing about 7 user defined header files.

Earlier i noted that for all these header files ,corresponding objects were not creating.

so i loaded each header files compiled them resulted creation of their object files.

but when executing the c file,still there remains linker errors.

guide me to resolve this issue.

Thanks and Regards

Jaisha