- 论坛徽章:
- 0
|
遇到相同问题,安装perl_D.5.8.3.C_HP-UX_B.11.11_32+64.depot通过
我在运行./Configure hpux-parisc-cc时遇到一楼相同问题
在INSTTALL文件中,第一页说需要 Perl 5,我查了一下:
# what /opt/perl/bin/perl
/opt/perl/bin/perl:
$Revision: 92453-07 linker linker crt0.o B.11.37 040219 $
感觉好象不是,安装了perl_D.5.8.3.C_HP-UX_B.11.11_32+64.depot问题不出现了
但make时,又有新问题了:
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C pro
duct; ignored.
(Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected symb
ol: "char".
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will bec
ome a keyword.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
检查了一下cc:
# ls -l /usr/bin/cc
lrwxr-xr-t 1 root sys 15 Aug 11 11:49 /usr/bin/cc -> /usr/ccs/bin/cc
# ls -l /usr/ccs/bin/cc
lrwxr-xr-x 1 root sys 12 Aug 11 11:27 /usr/ccs/bin/cc -> ./cc_bundled
# ls -l /usr/ccs/bin/cc_bundled
-r-xr-xr-x 1 bin bin 258048 Nov 14 2000 /usr/ccs/bin/cc_bundled
在Makefile中将CC=cc全部改成了CC=aCC,make时,出现了一堆Warning,不知道是否还会有问题,其中一段为:
Warning 67: "/usr/include/math.h", line 224 # Invalid pragma name:
'no_side_effects' (ignored).
# pragma NO_SIDE_EFFECTS _Signbit, _Signbitf, _Isnanf, _Isinf, _Isinff
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 67: "/usr/include/math.h", line 225 # Invalid pragma name:
'no_side_effects' (ignored).
# pragma NO_SIDE_EFFECTS _Isfinite, _Isfinitef, _Isnormal, _Isnormalf, _I
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
先写到这,机器很慢,给我的感觉make好象需要一年时间,不太爽。 |
|