Problem with building libgcrypt 1.6.3 on AIX 6.1 with IBM compiler

Eugene Zelenko eugene.zelenko at gmail.com
Fri May 22 00:41:05 CEST 2015


Hi!

Other prototype/declaration discrepancies:

"ec.c", line 544.1: 1506-343 (S) Redeclaration of _gcry_mpi_ec_set_mpi
differs from previous declaration on line 295 of "../src/mpi.h".
"ec.c", line 554.1: 1506-343 (S) Redeclaration of
_gcry_mpi_ec_set_point differs from previous declaration on line 297
of "../src/mpi.h".

"ecc-curves.c", line 746.1: 1506-343 (S) Redeclaration of
_gcry_mpi_ec_new differs from previous declaration on line 302 of
"../src/mpi.h".

"global.c", line 343.1: 1506-343 (S) Redeclaration of _gcry_vcontrol
differs from previous declaration on line 95 of "g10lib.h".

"sexp.c", line 2427.1: 1506-343 (S) Redeclaration of
_gcry_sexp_extract_param differs from previous declaration on line 331
of "gcrypt-int.h".

I compiled on AIX 6.1.

Configuration options:

./configure --prefix=${PWD}/../install                \
    --enable-static --disable-shared --disable-asm            \
    --with-gpg-error-prefix=${Root}/libgpg-error-1.18/install    \
    --with-libgpg-error-prefix=${Root}/libgpg-error-1.18/install    \
    CC=xlc CFLAGS="-q64 -O3 -qansialias -w -qtune=auto"            \
    CXX=xlC CXXFLAGS="-q64 -D_UNIX64 -O3 -qansialias -w -qtune=auto"        \
    LDFLAGS="-b64" AR_FLAGS="-X64 cr" MAKE=gmake

Eugene.



More information about the Gcrypt-devel mailing list