The error message is:
make[1]: Entering directory `wxq/ver84/program'
make[2]: Entering directory `wxq/ver84/program'
make[2]: *** No rule to make target `xiso3d.o)', needed by `wxq/ver84/Feap8_4.a'. Stop.
make[2]: Leaving directory `wxq/ver84/program'
make[1]: *** [archive] Error 1
make[1]: Leaving directory `wxq/ver84/program'
makefile:21: recipe for target 'archive' failed
make: *** [archive] Error 2
Through Google, it seems that the "make" command cannot parse sentences like OBJS = $(OBJSF:.c=.o)
This the error appears when the source code is compiled on supercomputer. However it is normal in PC with Ubuntu system.
Dose anyone have any suggestions?
Thank you very much!