我的NAS安装不成功,
第一步ok: imake -DUseInstalled -I/usr/lib/X11/config
第二步ok :make WORLDOPTS='-k CDEBUGFLAGS="$(CDEBUGFLAGS) -DSTARTSERVER"' World
第三步就有问题了:make install
错误信息:dia/libdia.a(gram.o): In function `yyparse':
/home/apple/nas-1.9.2/server/dia/y.tab.c:1518: undefined reference to `yyerror'
/home/apple/nas-1.9.2/server/dia/y.tab.c:1128: undefined reference to `yylex'
/home/apple/nas-1.9.2/server/dia/y.tab.c:1626: undefined reference to `yyerror'
collect2: ld returned 1 exit status
有人知道这是为什么吗?