Problem with building libgcrypt 1.6.3 on AIX 6.1 with IBM compiler

Werner Koch wk at gnupg.org
Fri May 22 09:27:58 CEST 2015


On Fri, 22 May 2015 00:41, eugene.zelenko at gmail.com said:

> "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".

> ./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"            \

By overriding CFLAGS you also override most of the warning options.  See
configure.ac.  In case there are certain options which are required on a
certain target it is possible to _add_ them to the default CFLAGS (grep
fox hpux in configure.ac for an example).


Salam-Shalom,

   Werner


-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.




More information about the Gcrypt-devel mailing list