Good morning, I am seeing a failure when building libtirpc-0.2.1-1 with a cygport compile. The compile is failing during the configure step.
A post on cygwin-announce indicates that the Cygwin port of libtirpc is supposed to exclude the GSS-API, but the error I'm getting indicates that it's trying to find a GSS lib. Here is the cygport output: >>> Compiling libtirpc-0.2.1-1 autoreconf-2.69: Entering directory `.' autoreconf-2.69: configure.ac: not using Gettext autoreconf-2.69: running: aclocal --force -I m4 autoreconf-2.69: configure.ac: tracing autoreconf-2.69: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' autoreconf-2.69: running: /usr/bin/autoconf-2.69 --force autoreconf-2.69: running: /usr/bin/autoheader-2.69 --force autoreconf-2.69: running: automake --add-missing --copy --force-missing autoreconf-2.69: Leaving directory `.' /usr/src/libtirpc-0.2.1-1/src/libtirpc-0.2.1/configure --srcdir=/usr/src/libtirpc-0.2.1-1/src/libtirpc-0.2.1 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/libtirpc -C --enable-shared --disable-static --disable-xdr CFLAGS=-O2 -pipe -Werror configure: loading cache config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 /usr/src/libtirpc-0.2.1-1/src/libtirpc-0.2.1/configure: line 3795: syntax error near unexpected token `GSSGLUE,' /usr/src/libtirpc-0.2.1-1/src/libtirpc-0.2.1/configure: line 3795: ` PKG_CHECK_MODULES(GSSGLUE, libgssglue, ,' *** ERROR: configure failed I do not see any place where --enable-gss is being passed to ./configure, so I expect that the check for this library would be skipped. Has anyone seen this problem? Any advice on getting a clean build is appreciated. Thanks, Chris Norris -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple