Hi Everyone,
I'm on Solaris 11.3 i86pc. I'm trying to upgrade from 1.4.20 to the family based on GnuPG 2.2.15 from https://www.gnupg.org/download/. Npth is giving trouble on Solaris.
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -D_POSIX_C_SOURCE=200112L -I/usr/local/include -DNDEBUG -g2 -O2 -march=native -fPIC -pthread -MT t-fork.o -MD -MP -MF .deps/t-fork.Tpo -c -o t-fork.o t-fork.c In file included from /usr/include/stdio.h:15:0, from t-support.h:13, from t-mutex.c:13: /usr/include/sys/feature_tests.h:358:2: error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99" #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \ ^ In file included from /usr/include/stdio.h:15:0, from t-support.h:13, from t-thread.c:13: /usr/include/sys/feature_tests.h:358:2: error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99" #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \ ^ In file included from /usr/include/sys/types.h:12:0, from t-fork.c:13: /usr/include/sys/feature_tests.h:358:2: error: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99" #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications \ ^ gmake[2]: *** [t-mutex.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [t-fork.o] Error 1
Here is config.log:
.I can provide remote access to the machine, if needed. It is a lot better than trying to use Solaris in a VM.