|
Just because the INSTALL told me to mail
it...
...
cut ...
making all in
crypto/bn...
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_add.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_div.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_exp.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_lib.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_mul.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_print.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_rand.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_shift.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_word.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_blind.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_gcd.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_prime.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_err.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_sqr.c gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DB_ENDIAN -DBN_DIV2W -O3 -c bn_asm.c gcc: Internal compiler error: program cc1 got fatal signal 11 *** Error exit code 1 Stop.
*** Error exit code 1 Stop.
*** Error exit code 1 Stop.
$
./config -t
Operating system: 9000/811-hp-hpux10
Configuring for hpux10-gcc
/bin/perl ./Configure hpux10-gcc
$ gcc
-v
Reading specs from
/usr/local/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1/specs
gcc version 2.8.1
$ perl -v
This is perl, version 5.004_04 built for
PA-RISC1.1
Copyright 1987-1997, Larry Wall
Perl may be copied only under the terms of
either the Artistic License or the
GNU General Public License, which may be found in the Perl 5.0 source kit. $ /usr/local/bin/as -v
GNU assembler version 2.9.1 (hppa1.1-hp-hpux10.20), using BFD version 2.9.1 $ /usr/local/bin/ar -V
GNU ar 2.9.1 Copyright 1997 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. $ uname -a
HP-UX -------- B.10.20 A 9000/811 2016073598 two-user license |
