|
发表于 2004-12-27 04:05:50
|
显示全部楼层
我在FreeBSD下用make出现下列提示,请问如何解决:
$ make
"/usr/home/xxb/myprog/msg4/Makefile", line 9: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 11: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 14: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 16: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 18: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 20: Need an operator
"/usr/home/xxb/myprog/msg4/Makefile", line 23: Need an operator
make: fatal errors encountered -- cannot continue
$ |
|