bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems compiling on HPUX 11.0 - Any idea ???


From: gguglielmotto
Subject: Problems compiling on HPUX 11.0 - Any idea ???
Date: Thu, 1 Feb 2001 16:29:42 +0100

Hi there,
I am trying to install SSH (1.2.27 - old but gold...) on a HPUX 11.00
system.
While doing so, I get the error listed below. As asked in the gmp.info-1
file, I am sending the gcc -v output, the uname -a output, the configure
output and the error listing. I hope it's enough, but if it isn't so, I
will provide with anything else.
Have you any experience on this kind of problem ?
Any help will be really appreciated.
Thanks in advance
     G.Guglielmotto


gcc -v
Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/specs
gcc version 2.95.2 19991024 (release)


uname -a
HP-UX hp00a B.11.00 A 9000/785 2012099712 two-user license


./configure

creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... hppa1.1-hp-hpux11.00
checking cached information... ok
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for working const... yes
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... ./install-sh -c
checking for random... yes
checking size of int... 4
checking for working alloca.h... yes
checking for alloca... yes
checking whether assembler understands +DA1.1 option... no
checking for nm... /opt/binutils/bin/nm
checking whether underscore gets prepended in C function names... no
checking asm code... ok
checking asm links... done
checking asm sources... done
checking asm objects... done
checking asm syntax... default
checking asm syntax header...
checking for gmp-mparam.h... .././mpn/generic/gmp-mparam.h
checking other objs... done
checking other sources... done
checking other links... done
checking links to mpz sources in mpbsd... done
updating cache ./config.cache
creating ./config.status
creating Makefile
creating demos/Makefile
creating mpbsd/Makefile
creating mpf/Makefile
creating mpf/tests/Makefile
creating mpn/Makefile
creating mpn/tests/Makefile
creating mpq/Makefile
creating mpq/tests/Makefile
creating mpz/Makefile
creating mpz/tests/Makefile


make

....
....
....
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I./..  -g -O2  -c bdivmod.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I./..  -g -O2  -c gcd.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I./..  -g -O2  -c gcdext.c
        rm -f libmpn.a
        ar cru libmpn.a mp_bases.o udiv_qrnnd.o add_n.o addmul_1.o lshift.o
mul_1.o rshift.o sub_n.o submul
_1.o  inlines.o cmp.o divmod_1.o divrem.o divrem_1.o dump.o mod_1.o mul.o
mul_n.o random2.o sqrtrem.o get_s
tr.o set_str.o scan0.o scan1.o popcount.o hamdist.o gcd_1.o pre_mod_1.o
perfsqr.o bdivmod.o gcd.o gcdext.o
        ranlib libmpn.a
Making all in mpz
Making all in tests
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O2  -c
init.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O2  -c
set.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O2  -c
set_ui.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O2  -c
set_si.c
        gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1
-DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DH
AVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..  -g -O2  -c
set_str.c
In file included from set_str.c:27:
../gmp.h:176: parse error before `size_t'
../gmp.h:176: parse error before `size_t'
../gmp.h:176: parse error before `size_t'
../gmp.h:269: parse error before `mpz_size'
../gmp.h:269: warning: data definition has no type or storage class
../gmp.h:270: parse error before `mpz_sizeinbase'
../gmp.h:270: warning: data definition has no type or storage class
../gmp.h:325: parse error before `size_t'
../gmp.h:355: parse error before `mpf_size'
../gmp.h:355: warning: data definition has no type or storage class
../gmp.h:419: parse error before `__mpn_get_str'
../gmp.h:419: warning: data definition has no type or storage class
../gmp.h:433: parse error before `size_t'
In file included from set_str.c:28:
../gmp-impl.h:66: warning: parameter names (without types) in function
declaration
../gmp-impl.h:67: parse error before `size_t'
../gmp-impl.h:71: warning: parameter names (without types) in function
declaration
../gmp-impl.h:72: parse error before `size_t'
../gmp-impl.h:73: parse error before `size_t'
../gmp-impl.h:75: warning: parameter names (without types) in function
declaration
../gmp-impl.h:76: parse error before `size_t'
../gmp-impl.h:77: parse error before `size_t'
set_str.c: In function `mpz_set_str':
set_str.c:62: `size_t' undeclared (first use in this function)
set_str.c:62: (Each undeclared identifier is reported only once
set_str.c:62: for each function it appears in.)
set_str.c:62: parse error before `str_size'
set_str.c:64: parse error before `i'
set_str.c:103: `str_size' undeclared (first use in this function)
set_str.c:106: `i' undeclared (first use in this function)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]