Question:What is the reason for the error "
Cannot find *.lib " ?
Answer:
Library is not present in any of the directories listed in the -i option.
If you have recursive calls
between libraries, you should have rts.lib at the end,
after all the .lib and .obj. Otherwise you can use the -x option that forces recursive
searches to eliminate this problem.