- 论坛徽章:
- 0
|
我新安装的HP-UN 11i.11
现在想安装ssh和bash,不知应该用什么版本的,以及如何安装?在安装之前是不是还需要安装其他的一些相关软件?
我曾试着安装了一次SSH,用congfigrue时没什么问题,可在执行make时报如下错误,有明白的前辈请多多指点!!
No suffix list.
make all-recursive
No suffix list.
Making all in lib
No suffix list.
Making all in sshutil
No suffix list.
Making all in sshcore
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I./.. -I\../../.. -g -Ae -D_HPUX_SOURCE -c sshdebug.c
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
cpp: "./../sshincludes_unix.h", line 52: warning 2013: Unknown preprocessing directive.
cpp: "./../sshincludes_unix.h", line 243: warning 2013: Unknown preprocessing directive.
(Bundled) cc: "../sshincludes_unix.h", line 35: warning 5: "signed" will become a keyword.
(Bundled) cc: "../sshincludes_unix.h", line 35: error 1000: Unexpected symbol: "char".
(Bundled) cc: "sshsnprintf.h", line 108: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 136: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshsnprintf.h", line 136: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 136: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshsnprintf.h", line 137: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshsnprintf.h", line 137: error 1000: Unexpected symbol: "va_list".
(Bundled) cc: "sshsnprintf.h", line 137: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshsnprintf.h", line 137: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 219: error 1000: Unexpected symbol: "size".
(Bundled) cc: "sshmalloc.h", line 219: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 222: error 1000: Unexpected symbol: "size".
(Bundled) cc: "sshmalloc.h", line 222: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 227: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 227: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 227: error 1573: Type of "new_size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 230: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 230: error 1000: Unexpected symbol: "new_size".
(Bundled) cc: "sshmalloc.h", line 230: error 1506: Parameters allowed in function definition only.
(Bundled) cc: "sshmalloc.h", line 236: error 1000: Unexpected symbol: "nitems".
(Bundled) cc: "sshmalloc.h", line 236: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 236: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 239: error 1000: Unexpected symbol: "nitems".
(Bundled) cc: "sshmalloc.h", line 239: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 239: error 1573: Type of "size" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 244: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 246: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 253: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 256: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 265: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 265: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 265: error 1573: Type of "len" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 268: error 1000: Unexpected symbol: "size_t".
(Bundled) cc: "sshmalloc.h", line 268: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "sshmalloc.h", line 268: error 1573: Type of "len" is undefined due to an illegal declaration.
(Bundled) cc: "sshmalloc.h", line 280: error 1000: Unexpected symbol: "ssh_recalloc".
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop. |
|