Topic: Getting Started - Build Errors
Ok need a little help with getting started over the hump. Come from the ancient F77 world of compiling via batch file and linking via batch files etc, the code is ok, appeared to be have created static lib.o ok (well I think so anyway?) and now simply trying to build a simple (ancient) test routine that I know works but getting some sort of linker input error which I'm not all that sure about?
Error (F38) & (02) I understand as obviously no object file has been compiled due to the link error.
What is the "gfortran.exe: warning: ...." line trying to tell me?
==============================================================================
Generating Makefile... Okay
==============================================================================
Compiling TCHAR.F77
gfortran.exe: warning: TCHAR.F77: linker input file unused because linking not done
Error(F38): (build\TCHAR.o) does not exist and cannot be made from existing files
Error(E02): Make execution terminated
* Failed *