LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 872|回复: 7

帮看一个编译wu-ftp-2.6.21的问题

[复制链接]
发表于 2003-6-11 13:28:34 | 显示全部楼层 |阅读模式
没啥编译经验,大家多帮忙
:help
在新装的lfs下编译wuftp,
gcc应该没问题吧,编过很多别的都正常


  1. bash-2.05a# ./build lnx

  2. IMPORTANT NOTICE

  3. Beginning with version 2.6.0, the WU-FTPD Development Group is moving the
  4. build process to use GNU Autoconf.  Until this move is completed, both
  5. build systems will remain supported.  You are encouraged to use the new
  6. "configure" command to select options, then "make" to compile the daemon.
  7. For details on this, read the README.AUTOCONF file.
  8. If problems occur, please report them to the development group via email to
  9. [email]wuftpd-members@wu-ftpd.org[/email]  We are soliciting feedback on the new
  10. configuration process, and your help is greatly appreciated.

  11. If you choose to continue to use the original build process, bear in mind
  12. it will be phased out over the next few releases: when we are reasonably
  13. sure the new configuration system works for most target platforms.

  14. Sleeping for five seconds, sorry for the interruption.
  15. make args are :
  16. make opts are :

  17. Copying Makefiles.

  18. Linking src/config.h

  19. Making support library.
  20. gcc  -O3 -fomit-frame-pointer -fno-strength-reduce -pipe   -c strcasestr.c
  21. gcc  -O3 -fomit-frame-pointer -fno-strength-reduce -pipe   -c authuser.c
  22. gcc  -O3 -fomit-frame-pointer -fno-strength-reduce -pipe   -c snprintf.c
  23. rm -f libsupport.a
  24. ar cq libsupport.a strcasestr.o authuser.o snprintf.o
  25. ranlib libsupport.a

  26. Making ftpd.
  27. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o COPYRIGHT.o COPYRIGHT.c
  28. sh newvers.sh
  29. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o vers.o vers.c
  30. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o ftpd.o ftpd.c
  31. yacc  ftpcmd.y
  32. ftpcmd.y:197.2: parse error, unexpected "=", expecting ";" or "|"
  33. ftpcmd.y:205.2: parse error, unexpected "=", expecting ";" or "|"
  34. ftpcmd.y:223.4-228.11: $2 of `cmd' has no declared type
  35. ftpcmd.y:255.4-260.11: $2 of `cmd' has no declared type
  36. ftpcmd.y:268.4-271.11: $2 of `cmd' has no declared type
  37. ftpcmd.y:308.4-310.42: $4 of `cmd' has no declared type
  38. ftpcmd.y:308.4-311.11: $2 of `cmd' has no declared type
  39. ftpcmd.y:308.4-312.12: $4 of `cmd' has no declared type
  40. ftpcmd.y:323.4-325.42: $4 of `cmd' has no declared type
  41. ftpcmd.y:323.4-326.11: $2 of `cmd' has no declared type
  42. ftpcmd.y:323.4-327.12: $4 of `cmd' has no declared type
  43. ftpcmd.y:338.4-340.32: $4 of `cmd' has no declared type
  44. ftpcmd.y:338.4-341.11: $2 of `cmd' has no declared type
  45. ftpcmd.y:345.4-347.37: $4 of `cmd' has no declared type
  46. ftpcmd.y:345.4-347.41: invalid $ value
  47. ftpcmd.y:345.4-347.41: $8 of `cmd' has no declared type
  48. ftpcmd.y:345.4-348.11: $2 of `cmd' has no declared type
  49. ftpcmd.y:352.4-354.42: $4 of `cmd' has no declared type
  50. ftpcmd.y:352.4-355.11: $2 of `cmd' has no declared type
  51. ftpcmd.y:352.4-355.17: $4 of `cmd' has no declared type
  52. ftpcmd.y:352.4-355.47: $4 of `cmd' has no declared type
  53. ftpcmd.y:352.4-357.28: $4 of `cmd' has no declared type
  54. ftpcmd.y:352.4-359.11: $4 of `cmd' has no declared type
  55. ftpcmd.y:352.4-360.9: $4 of `cmd' has no declared type
  56. ftpcmd.y:363.4-365.42: $4 of `cmd' has no declared type
  57. ftpcmd.y:363.4-366.11: $2 of `cmd' has no declared type
  58. ftpcmd.y:363.4-366.17: $4 of `cmd' has no declared type
  59. ftpcmd.y:363.4-366.47: $4 of `cmd' has no declared type
  60. ftpcmd.y:363.4-367.10: $4 of `cmd' has no declared type
  61. ftpcmd.y:363.4-368.11: $4 of `cmd' has no declared type
  62. ftpcmd.y:363.4-369.9: $4 of `cmd' has no declared type
  63. ftpcmd.y:372.4-374.42: $4 of `cmd' has no declared type
  64. ftpcmd.y:372.4-375.11: $2 of `cmd' has no declared type
  65. ftpcmd.y:372.4-375.17: $4 of `cmd' has no declared type
  66. ftpcmd.y:372.4-375.47: $4 of `cmd' has no declared type
  67. ftpcmd.y:372.4-376.10: $4 of `cmd' has no declared type
  68. ftpcmd.y:372.4-377.11: $4 of `cmd' has no declared type
  69. ftpcmd.y:372.4-378.9: $4 of `cmd' has no declared type
  70. ftpcmd.y:381.4-384.11: $2 of `cmd' has no declared type
  71. ftpcmd.y:388.4-390.32: $4 of `cmd' has no declared type
  72. ftpcmd.y:388.4-391.11: $2 of `cmd' has no declared type
  73. ftpcmd.y:388.4-391.17: $4 of `cmd' has no declared type
  74. ftpcmd.y:388.4-391.39: $4 of `cmd' has no declared type
  75. ftpcmd.y:388.4-392.19: $4 of `cmd' has no declared type
  76. ftpcmd.y:388.4-393.11: $4 of `cmd' has no declared type
  77. ftpcmd.y:388.4-394.9: $4 of `cmd' has no declared type
  78. ftpcmd.y:397.4-400.11: $2 of `cmd' has no declared type
  79. ftpcmd.y:413.4-415.42: $4 of `cmd' has no declared type
  80. ftpcmd.y:413.4-416.11: $2 of `cmd' has no declared type
  81. ftpcmd.y:413.4-416.17: $4 of `cmd' has no declared type
  82. ftpcmd.y:413.4-416.52: $4 of `cmd' has no declared type
  83. ftpcmd.y:413.4-420.26: $4 of `cmd' has no declared type
  84. ftpcmd.y:413.4-422.27: $4 of `cmd' has no declared type
  85. ftpcmd.y:413.4-424.7: $4 of `cmd' has no declared type
  86. ftpcmd.y:413.4-427.11: $4 of `cmd' has no declared type
  87. ftpcmd.y:413.4-428.9: $4 of `cmd' has no declared type
  88. ftpcmd.y:431.4-433.42: $4 of `cmd' has no declared type
  89. ftpcmd.y:431.4-434.11: $2 of `cmd' has no declared type
  90. ftpcmd.y:431.4-434.17: $4 of `cmd' has no declared type
  91. ftpcmd.y:431.4-434.47: $4 of `cmd' has no declared type
  92. ftpcmd.y:431.4-435.16: $4 of `cmd' has no declared type
  93. ftpcmd.y:431.4-436.11: $4 of `cmd' has no declared type
  94. ftpcmd.y:431.4-437.9: $4 of `cmd' has no declared type
  95. ftpcmd.y:440.4-443.11: $2 of `cmd' has no declared type
  96. ftpcmd.y:447.4-449.42: $4 of `cmd' has no declared type
  97. ftpcmd.y:447.4-450.11: $2 of `cmd' has no declared type
  98. ftpcmd.y:447.4-450.17: $4 of `cmd' has no declared type
  99. ftpcmd.y:447.4-450.47: $4 of `cmd' has no declared type
  100. ftpcmd.y:447.4-451.11: $4 of `cmd' has no declared type
  101. ftpcmd.y:447.4-452.11: $4 of `cmd' has no declared type
  102. ftpcmd.y:447.4-453.9: $4 of `cmd' has no declared type
  103. ftpcmd.y:456.4-458.42: $4 of `cmd' has no declared type
  104. ftpcmd.y:456.4-459.11: $2 of `cmd' has no declared type
  105. ftpcmd.y:456.4-459.17: $4 of `cmd' has no declared type
  106. ftpcmd.y:456.4-459.39: $4 of `cmd' has no declared type
  107. ftpcmd.y:456.4-461.28: $4 of `cmd' has no declared type
  108. ftpcmd.y:456.4-469.11: $4 of `cmd' has no declared type
  109. ftpcmd.y:456.4-470.9: $4 of `cmd' has no declared type
  110. ftpcmd.y:473.4-476.11: $2 of `cmd' has no declared type
  111. ftpcmd.y:480.4-483.11: $2 of `cmd' has no declared type
  112. ftpcmd.y:487.4-489.41: $4 of `cmd' has no declared type
  113. ftpcmd.y:487.4-490.11: $2 of `cmd' has no declared type
  114. ftpcmd.y:487.4-490.17: $4 of `cmd' has no declared type
  115. ftpcmd.y:487.4-490.47: $4 of `cmd' has no declared type
  116. ftpcmd.y:487.4-491.8: $4 of `cmd' has no declared type
  117. ftpcmd.y:487.4-492.11: $4 of `cmd' has no declared type
  118. ftpcmd.y:487.4-493.9: $4 of `cmd' has no declared type
  119. ftpcmd.y:496.4-499.11: $2 of `cmd' has no declared type
  120. ftpcmd.y:503.4-504.36: $4 of `cmd' has no declared type
  121. ftpcmd.y:503.4-507.32: $4 of `cmd' has no declared type
  122. ftpcmd.y:503.4-508.11: $2 of `cmd' has no declared type
  123. ftpcmd.y:503.4-510.22: $4 of `cmd' has no declared type
  124. ftpcmd.y:503.4-519.21: $4 of `cmd' has no declared type
  125. ftpcmd.y:503.4-520.11: $4 of `cmd' has no declared type
  126. ftpcmd.y:503.4-521.9: $4 of `cmd' has no declared type
  127. ftpcmd.y:524.4-527.11: $2 of `cmd' has no declared type
  128. ftpcmd.y:531.4-533.41: $4 of `cmd' has no declared type
  129. ftpcmd.y:531.4-534.11: $2 of `cmd' has no declared type
  130. ftpcmd.y:531.4-534.17: $4 of `cmd' has no declared type
  131. ftpcmd.y:531.4-534.47: $4 of `cmd' has no declared type
  132. ftpcmd.y:531.4-535.12: $4 of `cmd' has no declared type
  133. ftpcmd.y:531.4-536.11: $4 of `cmd' has no declared type
  134. ftpcmd.y:531.4-537.9: $4 of `cmd' has no declared type
  135. ftpcmd.y:540.4-542.41: $4 of `cmd' has no declared type
  136. ftpcmd.y:540.4-543.11: $2 of `cmd' has no declared type
  137. ftpcmd.y:540.4-543.17: $4 of `cmd' has no declared type
  138. ftpcmd.y:540.4-543.47: $4 of `cmd' has no declared type
  139. ftpcmd.y:540.4-544.14: $4 of `cmd' has no declared type
  140. ftpcmd.y:540.4-545.11: $4 of `cmd' has no declared type
  141. ftpcmd.y:540.4-546.9: $4 of `cmd' has no declared type
  142. ftpcmd.y:549.4-552.11: $2 of `cmd' has no declared type
  143. ftpcmd.y:556.4-559.11: $2 of `cmd' has no declared type
  144. ftpcmd.y:567.4-570.11: $2 of `cmd' has no declared type
  145. ftpcmd.y:574.4-576.37: invalid $ value
  146. ftpcmd.y:574.4-576.37: $6 of `cmd' has no declared type
  147. ftpcmd.y:574.4-577.11: $2 of `cmd' has no declared type
  148. ftpcmd.y:574.4-578.18: invalid $ value
  149. ftpcmd.y:574.4-578.18: $6 of `cmd' has no declared type
  150. ftpcmd.y:574.4-579.11: invalid $ value
  151. ftpcmd.y:574.4-579.11: $6 of `cmd' has no declared type
  152. ftpcmd.y:574.4-580.9: invalid $ value
  153. ftpcmd.y:574.4-580.9: $6 of `cmd' has no declared type
  154. ftpcmd.y:583.4-588.11: $2 of `cmd' has no declared type
  155. ftpcmd.y:595.4-601.40: invalid $ value
  156. ftpcmd.y:595.4-601.40: $6 of `cmd' has no declared type
  157. ftpcmd.y:595.4-602.11: $2 of `cmd' has no declared type
  158. ftpcmd.y:595.4-610.13: invalid $ value
  159. ftpcmd.y:595.4-610.13: $6 of `cmd' has no declared type
  160. ftpcmd.y:595.4-610.25: invalid $ value
  161. ftpcmd.y:595.4-610.25: $6 of `cmd' has no declared type
  162. ftpcmd.y:595.4-614.30: invalid $ value
  163. ftpcmd.y:595.4-614.30: $6 of `cmd' has no declared type
  164. ftpcmd.y:595.4-615.48: invalid $ value
  165. ftpcmd.y:595.4-615.48: $6 of `cmd' has no declared type
  166. ftpcmd.y:623.4-628.43: invalid $ value
  167. ftpcmd.y:623.4-628.43: $6 of `cmd' has no declared type
  168. ftpcmd.y:623.4-628.57: invalid $ value
  169. ftpcmd.y:623.4-628.57: $8 of `cmd' has no declared type
  170. ftpcmd.y:623.4-629.11: $2 of `cmd' has no declared type
  171. ftpcmd.y:623.4-629.17: invalid $ value
  172. ftpcmd.y:623.4-629.17: $8 of `cmd' has no declared type
  173. ftpcmd.y:623.4-642.18: invalid $ value
  174. ftpcmd.y:623.4-642.18: $8 of `cmd' has no declared type
  175. ftpcmd.y:623.4-642.31: invalid $ value
  176. ftpcmd.y:623.4-642.31: $6 of `cmd' has no declared type
  177. ftpcmd.y:623.4-644.13: invalid $ value
  178. ftpcmd.y:623.4-644.13: $6 of `cmd' has no declared type
  179. ftpcmd.y:623.4-644.25: invalid $ value
  180. ftpcmd.y:623.4-644.25: $6 of `cmd' has no declared type
  181. ftpcmd.y:623.4-647.23: invalid $ value
  182. ftpcmd.y:623.4-647.23: $8 of `cmd' has no declared type
  183. ftpcmd.y:623.4-647.36: invalid $ value
  184. ftpcmd.y:623.4-647.36: $6 of `cmd' has no declared type
  185. ftpcmd.y:623.4-649.23: invalid $ value
  186. ftpcmd.y:623.4-649.23: $8 of `cmd' has no declared type
  187. ftpcmd.y:623.4-653.17: invalid $ value
  188. ftpcmd.y:623.4-653.17: $8 of `cmd' has no declared type
  189. ftpcmd.y:623.4-669.11: invalid $ value
  190. ftpcmd.y:623.4-669.11: $8 of `cmd' has no declared type
  191. ftpcmd.y:623.4-670.9: invalid $ value
  192. ftpcmd.y:623.4-670.9: $8 of `cmd' has no declared type
  193. ftpcmd.y:673.4-676.11: $2 of `cmd' has no declared type
  194. ftpcmd.y:682.4-684.37: invalid $ value
  195. ftpcmd.y:682.4-684.37: $6 of `cmd' has no declared type
  196. ftpcmd.y:682.4-685.11: $2 of `cmd' has no declared type
  197. ftpcmd.y:682.4-686.8: invalid $ value
  198. ftpcmd.y:682.4-686.8: $6 of `cmd' has no declared type
  199. ftpcmd.y:682.4-686.19: invalid $ value
  200. ftpcmd.y:682.4-686.19: $6 of `cmd' has no declared type
  201. ftpcmd.y:682.4-692.23: invalid $ value
  202. ftpcmd.y:682.4-692.23: $6 of `cmd' has no declared type
  203. ftpcmd.y:697.4-700.38: invalid $ value
  204. ftpcmd.y:697.4-700.38: $6 of `cmd' has no declared type
  205. ftpcmd.y:697.4-701.31: $2 of `cmd' has no declared type
  206. ftpcmd.y:697.4-701.37: invalid $ value
  207. ftpcmd.y:697.4-701.37: $6 of `cmd' has no declared type
  208. ftpcmd.y:697.4-702.15: invalid $ value
  209. ftpcmd.y:697.4-702.15: $6 of `cmd' has no declared type
  210. ftpcmd.y:697.4-703.12: invalid $ value
  211. ftpcmd.y:697.4-703.12: $6 of `cmd' has no declared type
  212. ftpcmd.y:707.4-711.31: $2 of `cmd' has no declared type
  213. ftpcmd.y:707.4-711.37: invalid $ value
  214. ftpcmd.y:707.4-711.37: $6 of `cmd' has no declared type
  215. ftpcmd.y:707.4-712.15: invalid $ value
  216. ftpcmd.y:707.4-712.15: $6 of `cmd' has no declared type
  217. ftpcmd.y:707.4-713.12: invalid $ value
  218. ftpcmd.y:707.4-713.12: $6 of `cmd' has no declared type
  219. ftpcmd.y:717.4-721.31: $2 of `cmd' has no declared type
  220. ftpcmd.y:726.4-728.38: invalid $ value
  221. ftpcmd.y:726.4-728.38: $6 of `cmd' has no declared type
  222. ftpcmd.y:726.4-730.11: $2 of `cmd' has no declared type
  223. ftpcmd.y:726.4-730.17: invalid $ value
  224. ftpcmd.y:726.4-730.17: $6 of `cmd' has no declared type
  225. ftpcmd.y:726.4-731.10: invalid $ value
  226. ftpcmd.y:726.4-731.10: $6 of `cmd' has no declared type
  227. ftpcmd.y:726.4-735.12: invalid $ value
  228. ftpcmd.y:726.4-735.12: $6 of `cmd' has no declared type
  229. ftpcmd.y:738.4-740.41: invalid $ value
  230. ftpcmd.y:738.4-740.41: $6 of `cmd' has no declared type
  231. ftpcmd.y:738.4-741.21: invalid $ value
  232. ftpcmd.y:738.4-741.21: $8 of `cmd' has no declared type
  233. ftpcmd.y:738.4-743.11: $2 of `cmd' has no declared type
  234. ftpcmd.y:738.4-743.17: invalid $ value
  235. ftpcmd.y:738.4-743.17: $6 of `cmd' has no declared type
  236. ftpcmd.y:738.4-743.23: invalid $ value
  237. ftpcmd.y:738.4-743.23: $8 of `cmd' has no declared type
  238. ftpcmd.y:738.4-743.45: invalid $ value
  239. ftpcmd.y:738.4-743.45: $8 of `cmd' has no declared type
  240. ftpcmd.y:738.4-744.10: invalid $ value
  241. ftpcmd.y:738.4-744.10: $6 of `cmd' has no declared type
  242. ftpcmd.y:738.4-744.14: invalid $ value
  243. ftpcmd.y:738.4-744.14: $8 of `cmd' has no declared type
  244. ftpcmd.y:738.4-748.12: invalid $ value
  245. ftpcmd.y:738.4-748.12: $6 of `cmd' has no declared type
  246. ftpcmd.y:738.4-749.11: invalid $ value
  247. ftpcmd.y:738.4-749.11: $8 of `cmd' has no declared type
  248. ftpcmd.y:738.4-750.9: invalid $ value
  249. ftpcmd.y:738.4-750.9: $8 of `cmd' has no declared type
  250. ftpcmd.y:753.4-755.38: invalid $ value
  251. ftpcmd.y:753.4-755.38: $6 of `cmd' has no declared type
  252. ftpcmd.y:753.4-757.11: $2 of `cmd' has no declared type
  253. ftpcmd.y:753.4-757.17: invalid $ value
  254. ftpcmd.y:753.4-757.17: $6 of `cmd' has no declared type
  255. ftpcmd.y:753.4-758.10: invalid $ value
  256. ftpcmd.y:753.4-758.10: $6 of `cmd' has no declared type
  257. ftpcmd.y:753.4-762.12: invalid $ value
  258. ftpcmd.y:753.4-762.12: $6 of `cmd' has no declared type
  259. ftpcmd.y:765.4-767.41: invalid $ value
  260. ftpcmd.y:765.4-767.41: $6 of `cmd' has no declared type
  261. ftpcmd.y:765.4-768.21: invalid $ value
  262. ftpcmd.y:765.4-768.21: $8 of `cmd' has no declared type
  263. ftpcmd.y:765.4-770.11: $2 of `cmd' has no declared type
  264. ftpcmd.y:765.4-770.17: invalid $ value
  265. ftpcmd.y:765.4-770.17: $6 of `cmd' has no declared type
  266. ftpcmd.y:765.4-770.23: invalid $ value
  267. ftpcmd.y:765.4-770.23: $8 of `cmd' has no declared type
  268. ftpcmd.y:765.4-770.45: invalid $ value
  269. ftpcmd.y:765.4-770.45: $8 of `cmd' has no declared type
  270. ftpcmd.y:765.4-771.10: invalid $ value
  271. ftpcmd.y:765.4-771.10: $6 of `cmd' has no declared type
  272. ftpcmd.y:765.4-771.14: invalid $ value
  273. ftpcmd.y:765.4-771.14: $8 of `cmd' has no declared type
  274. ftpcmd.y:765.4-775.12: invalid $ value
  275. ftpcmd.y:765.4-775.12: $6 of `cmd' has no declared type
  276. ftpcmd.y:765.4-776.11: invalid $ value
  277. ftpcmd.y:765.4-776.11: $8 of `cmd' has no declared type
  278. ftpcmd.y:765.4-777.9: invalid $ value
  279. ftpcmd.y:765.4-777.9: $8 of `cmd' has no declared type
  280. ftpcmd.y:780.4-784.31: $2 of `cmd' has no declared type
  281. ftpcmd.y:780.4-784.42: invalid $ value
  282. ftpcmd.y:780.4-784.42: $6 of `cmd' has no declared type
  283. ftpcmd.y:780.4-786.15: invalid $ value
  284. ftpcmd.y:780.4-786.15: $6 of `cmd' has no declared type
  285. ftpcmd.y:780.4-787.42: invalid $ value
  286. ftpcmd.y:780.4-787.42: $6 of `cmd' has no declared type
  287. ftpcmd.y:780.4-791.11: invalid $ value
  288. ftpcmd.y:780.4-791.11: $6 of `cmd' has no declared type
  289. ftpcmd.y:780.4-792.9: invalid $ value
  290. ftpcmd.y:780.4-792.9: $6 of `cmd' has no declared type
  291. ftpcmd.y:795.4-796.31: $2 of `cmd' has no declared type
  292. ftpcmd.y:795.4-796.42: invalid $ value
  293. ftpcmd.y:795.4-796.42: $6 of `cmd' has no declared type
  294. ftpcmd.y:795.4-797.30: invalid $ value
  295. ftpcmd.y:795.4-797.30: $6 of `cmd' has no declared type
  296. ftpcmd.y:795.4-799.11: invalid $ value
  297. ftpcmd.y:795.4-799.11: $6 of `cmd' has no declared type
  298. ftpcmd.y:795.4-800.9: invalid $ value
  299. ftpcmd.y:795.4-800.9: $6 of `cmd' has no declared type
  300. ftpcmd.y:804.4-806.42: $4 of `cmd' has no declared type
  301. ftpcmd.y:804.4-807.11: $2 of `cmd' has no declared type
  302. ftpcmd.y:804.4-807.17: $4 of `cmd' has no declared type
  303. ftpcmd.y:804.4-807.39: $4 of `cmd' has no declared type
  304. ftpcmd.y:804.4-808.10: $4 of `cmd' has no declared type
  305. ftpcmd.y:804.4-809.11: $4 of `cmd' has no declared type
  306. ftpcmd.y:804.4-810.9: $4 of `cmd' has no declared type
  307. ftpcmd.y:813.4-816.11: $2 of `cmd' has no declared type
  308. ftpcmd.y:837.4-839.42: $4 of `cmd' has no declared type
  309. ftpcmd.y:837.4-840.11: $2 of `cmd' has no declared type
  310. ftpcmd.y:837.4-840.17: $4 of `cmd' has no declared type
  311. ftpcmd.y:837.4-840.39: $4 of `cmd' has no declared type
  312. ftpcmd.y:837.4-841.12: $4 of `cmd' has no declared type
  313. ftpcmd.y:837.4-843.11: $4 of `cmd' has no declared type
  314. ftpcmd.y:837.4-844.9: $4 of `cmd' has no declared type
  315. ftpcmd.y:857.4-859.42: $4 of `cmd' has no declared type
  316. ftpcmd.y:857.4-860.11: $2 of `cmd' has no declared type
  317. ftpcmd.y:857.4-860.17: $4 of `cmd' has no declared type
  318. ftpcmd.y:857.4-860.39: $4 of `cmd' has no declared type
  319. ftpcmd.y:857.4-863.13: $4 of `cmd' has no declared type
  320. ftpcmd.y:857.4-864.26: $4 of `cmd' has no declared type
  321. ftpcmd.y:857.4-867.7: $4 of `cmd' has no declared type
  322. ftpcmd.y:857.4-878.11: $4 of `cmd' has no declared type
  323. ftpcmd.y:857.4-879.9: $4 of `cmd' has no declared type
  324. ftpcmd.y:902.2: parse error, unexpected "=", expecting ";" or "|"
  325. ftpcmd.y:934.4-936.38: invalid $ value
  326. ftpcmd.y:934.4-936.38: $6 of `rcmd' has no declared type
  327. ftpcmd.y:934.4-938.10: invalid $ value
  328. ftpcmd.y:934.4-938.10: $6 of `rcmd' has no declared type
  329. ftpcmd.y:934.4-939.11: invalid $ value
  330. ftpcmd.y:934.4-939.11: $6 of `rcmd' has no declared type
  331. ftpcmd.y:934.4-940.9: invalid $ value
  332. ftpcmd.y:934.4-940.9: $6 of `rcmd' has no declared type
  333. ftpcmd.y:957.4-959.54: invalid $ value
  334. ftpcmd.y:957.4-959.54: $6 of `rcmd' has no declared type
  335. ftpcmd.y:957.4-960.20: invalid $ value
  336. ftpcmd.y:957.4-960.20: $6 of `rcmd' has no declared type
  337. ftpcmd.y:957.4-961.19: invalid $ value
  338. ftpcmd.y:957.4-961.19: $6 of `rcmd' has no declared type
  339. ftpcmd.y:957.4-962.11: invalid $ value
  340. ftpcmd.y:957.4-962.11: $6 of `rcmd' has no declared type
  341. ftpcmd.y:957.4-963.9: invalid $ value
  342. ftpcmd.y:957.4-963.9: $6 of `rcmd' has no declared type
  343. ftpcmd.y:973.4-975.51: invalid $ value
  344. ftpcmd.y:973.4-975.51: $6 of `rcmd' has no declared type
  345. ftpcmd.y:973.4-976.20: invalid $ value
  346. ftpcmd.y:973.4-976.20: $6 of `rcmd' has no declared type
  347. ftpcmd.y:973.4-976.52: invalid $ value
  348. ftpcmd.y:973.4-976.52: $6 of `rcmd' has no declared type
  349. ftpcmd.y:973.4-977.13: invalid $ value
  350. ftpcmd.y:973.4-977.13: $6 of `rcmd' has no declared type
  351. ftpcmd.y:973.4-978.11: invalid $ value
  352. ftpcmd.y:973.4-978.11: $6 of `rcmd' has no declared type
  353. ftpcmd.y:973.4-979.9: invalid $ value
  354. ftpcmd.y:973.4-979.9: $6 of `rcmd' has no declared type
  355. ftpcmd.y:993.9: empty rule for typed nonterminal, and no action
  356. ftpcmd.y:994.2: parse error, unexpected "=", expecting ";" or "|"
  357. ftpcmd.y:1005.2: parse error, unexpected "=", expecting ";" or "|"
  358. ftpcmd.y:1019.10-12: type clash (`Number' `') on default action
  359. ftpcmd.y:1020.2: parse error, unexpected "=", expecting ";" or "|"
  360. ftpcmd.y:1034.2: parse error, unexpected "=", expecting ";" or "|"
  361. ftpcmd.y:1039.4-1041.18: invalid $ value
  362. ftpcmd.y:1039.4-1041.18: $3 of `type_code' has no declared type
  363. ftpcmd.y:1049.4-1051.18: invalid $ value
  364. ftpcmd.y:1049.4-1051.18: $3 of `type_code' has no declared type
  365. ftpcmd.y:1063.4-1065.20: invalid $ value
  366. ftpcmd.y:1063.4-1065.20: $3 of `type_code' has no declared type
  367. ftpcmd.y:1069.4-1071.20: invalid $ value
  368. ftpcmd.y:1069.4-1071.20: $2 of `type_code' has no declared type
  369. ftpcmd.y:1075.12-14: type clash (`Number' `') on default action
  370. ftpcmd.y:1076.2: parse error, unexpected "=", expecting ";" or "|"
  371. ftpcmd.y:1089.10-13: type clash (`Number' `') on default action
  372. ftpcmd.y:1090.2: parse error, unexpected "=", expecting ";" or "|"
  373. ftpcmd.y:1104.2: parse error, unexpected "=", expecting ";" or "|"
  374. ftpcmd.y:1188.2: parse error, unexpected "=", expecting ";" or "|"
  375. ftpcmd.y:1212.12: empty rule for typed nonterminal, and no action
  376. ftpcmd.y:1213.2: parse error, unexpected "=", expecting ";" or "|"
  377. make: *** [ftpcmd.c] Error 1

  378. Making ftpcount.
  379. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o ftpcount.o ftpcount.c
  380. gcc -L../support -s  -o ftpcount COPYRIGHT.o vers.o ftpcount.o -lsupport -lresolv -lcrypt

  381. Making ftpshut.
  382. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o ftpshut.o ftpshut.c
  383. ftpshut.c: In function `shutdown_msgfile':
  384. ftpshut.c:110: dereferencing pointer to incomplete type
  385. ftpshut.c:111: dereferencing pointer to incomplete type
  386. ftpshut.c:112: dereferencing pointer to incomplete type
  387. ftpshut.c:113: dereferencing pointer to incomplete type
  388. ftpshut.c:114: dereferencing pointer to incomplete type
  389. ftpshut.c: In function `main':
  390. ftpshut.c:285: warning: assignment makes pointer from integer without a cast
  391. ftpshut.c:290: warning: assignment makes pointer from integer without a cast
  392. ftpshut.c:294: warning: assignment makes pointer from integer without a cast
  393. ftpshut.c:295: dereferencing pointer to incomplete type
  394. ftpshut.c:296: dereferencing pointer to incomplete type
  395. ftpshut.c:298: dereferencing pointer to incomplete type
  396. ftpshut.c:298: dereferencing pointer to incomplete type
  397. make: *** [ftpshut.o] Error 1

  398. Making ftprestart.
  399. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o ftprestart.o ftprestart.c
  400. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o rdservers.o rdservers.c
  401. gcc -L../support -s  -o ftprestart COPYRIGHT.o vers.o ftprestart.o rdservers.o -lsupport -lresolv -lcrypt

  402. Making ckconfig.
  403. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD   -c -o ckconfig.o ckconfig.c
  404. gcc -L../support -s  -o ckconfig COPYRIGHT.o vers.o ckconfig.o rdservers.o -lsupport -lresolv -lcrypt

  405. Making privatepw.
  406. gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DSHADOW_PASSWORD -L../support -s  -o privatepw COPYRIGHT.o vers.o ../util/privatepw/privatepw.c -lsupport -lresolv -lcrypt
  407. /tmp/ccN2Wc4b.o: In function `main':
  408. /tmp/ccN2Wc4b.o(.text+0x4a6): the use of `tmpnam' is dangerous, better use `mkstemp'

  409. Executables are in bin directory:
  410. size: bin/ftpd: No such file or directory
  411.    text    data     bss     dec     hex filename
  412.    6738     524      16    7278    1c6e bin/ftpcount
  413. size: bin/ftpshut: No such file or directory
  414.    6677     452   12320   19449    4bf9 bin/ftprestart
  415.    6738     524      16    7278    1c6e bin/ftpwho
  416.    5786     404    8224   14414    384e bin/ckconfig
  417.    8013     580     352    8945    22f1 bin/privatepw
  418. Done
复制代码
发表于 2003-6-11 13:52:37 | 显示全部楼层
优化参数写错啦,是O(大写字母)3而不是03(数字0)
-fno-strength-reduce
这个参数从哪里看来的呢?
 楼主| 发表于 2003-6-11 14:03:25 | 显示全部楼层
优化参数?这个偶没动啊,都是wuftp自己默认的啊
是不是偶1.75bison版本问题?
发表于 2003-6-11 14:15:08 | 显示全部楼层
bison1.75的确有问题啊。换一个老版本的,比如1.35试一下。
不过新一点的软件包应该都有bison补丁的。
 楼主| 发表于 2003-6-11 14:16:11 | 显示全部楼层
不在这费工夫了,还是装proftpd了
 楼主| 发表于 2003-6-11 14:19:14 | 显示全部楼层
嗯,是版本问题,正在打补丁:)
多谢多谢
发表于 2003-6-11 14:24:41 | 显示全部楼层
以前我还做过一个xfree-4.2.1的bison补丁呢
发表于 2004-11-5 17:07:58 | 显示全部楼层
IMPORTANT NOTICE

Beginning with version 2.6.0, the WU-FTPD Development Group is moving the
build process to use GNU Autoconf.  Until this move is completed, both
build systems will remain supported.  You are encouraged to use the new
"configure" command to select options, then "make" to compile the daemon.
For details on this, read the README.AUTOCONF file.
If problems occur, please report them to the development group via email to
wuftpd-members@wu-ftpd.org  We are soliciting feedback on the new
configuration process, and your help is greatly appreciated.

If you choose to continue to use the original build process, bear in mind
it will be phased out over the next few releases: when we are reasonably
sure the new configuration system works for most target platforms.

Sleeping for five seconds, sorry for the interruption.
make args are :
make opts are :

Copying Makefiles.

Linking src/config.h

Making support library.
make: `libsupport.a' is up to date.

Making ftpd.
gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DUSE_PAM   -c -o ftpd.o ftpd.c
ftpd.c: In function `pass':
ftpd.c:2879: sizeof applied to an incomplete type
ftpd.c:2879: sizeof applied to an incomplete type
ftpd.c:2879: sizeof applied to an incomplete type
ftpd.c:2879: sizeof applied to an incomplete type
ftpd.c:2879: sizeof applied to an incomplete type
ftpd.c:2879: sizeof applied to an incomplete type
make: *** [ftpd.o] Error 1

Making ftpcount.
make: `ftpcount' is up to date.

Making ftpshut.
gcc -O3 -fomit-frame-pointer -fno-strength-reduce -pipe -I.. -I../support  -L../support -s  -DUSE_PAM   -c -o ftpshut.o ftpshut.c
ftpshut.c: In function `shutdown_msgfile':
ftpshut.c:110: dereferencing pointer to incomplete type
ftpshut.c:111: dereferencing pointer to incomplete type
ftpshut.c:112: dereferencing pointer to incomplete type
ftpshut.c:113: dereferencing pointer to incomplete type
ftpshut.c:114: dereferencing pointer to incomplete type
ftpshut.c: In function `main':
ftpshut.c:285: warning: assignment makes pointer from integer without a cast
ftpshut.c:290: warning: assignment makes pointer from integer without a cast
ftpshut.c:294: warning: assignment makes pointer from integer without a cast
ftpshut.c:295: dereferencing pointer to incomplete type
ftpshut.c:296: dereferencing pointer to incomplete type
ftpshut.c:298: dereferencing pointer to incomplete type
ftpshut.c:298: dereferencing pointer to incomplete type
make: *** [ftpshut.o] Error 1

Making ftprestart.
make: `ftprestart' is up to date.

Making ckconfig.
make: `ckconfig' is up to date.

Making privatepw.
make: `privatepw' is up to date.

Executables are in bin directory:
size: bin/ftpd: 没有那个文件或目录
   text    data     bss     dec     hex filename
   6801     536      12    7349    1cb5 bin/ftpcount
size: bin/ftpshut: 没有那个文件或目录
   6505     464   12320   19289    4b59 bin/ftprestart
   6801     536      12    7349    1cb5 bin/ftpwho
   5858     416    8224   14498    38a2 bin/ckconfig
   7846     588     352    8786    2252 bin/privatepw
Done
安装不上怎么回事啊?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表