Need Help with C Compiler Error in AIX 5.3 During GnuPG Build

Werner Koch wk at gnupg.org
Mon Sep 23 17:52:05 CEST 2019


On Mon, 23 Sep 2019 02:36, gnupg-users at gnupg.org said:

> configure:3554: error: C compiler cannot create executables

configure does an early test to see whether your C compiler works.  This
is done to detect crippled compilers delivered on some systems.  Seems
not the case here, though.

> configure:3505: cc $(INCLUDE_FLAGS) -U__STR__ -DAIXRIOS -DNLS_ASIA
> -DORE -D_BSD -DRIOS -qro -O -DAFSTUBS conftest.c >&5
> cc: 1501-228 (W) input file $(INCLUDE_FLAGS) not found

... $(INCLUDE_FLAGS) looks like a make macro and definitely does not
belong here.  Check whether you have set any of CFLAGS, CPPFLAGS,
LDFLAGS set in your environment or whether the envvar CC specifies these
flags.  It is also possible that cc is shell script or other wrapper
which invokes the real CC; check for uncommon things in your PATH.


Shalom-Salam,

   Werner


-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20190923/d900fe73/attachment.sig>


More information about the Gnupg-users mailing list