I don't know if this helps, but I have tried this on 2 separate Linux boxes, with the same exact results.
Also, this is not obvious below, but I am using the following versions: gnutls-2.12.1 libgcrypt-1.4.6 libgpg-error-1.9 Tell me if you need more information to tell me what is happening. Thanks. I appreciate any help I can get. Tony -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tony Baldarelli Sent: Thursday, April 07, 2011 2:51 PM To: [email protected] Subject: gnutls installation problems I am installing gnutls on a linux machine, and am having some problems. Here is the config summary ( after running ./configure --with-libgcrypt ): configure: summary of build options: version: 2.12.1 shared 44:9:18 Host type: i686-pc-linux-gnu Install prefix: /usr/local Compiler: gcc -std=gnu99 Warning flags: errors: warnings: Library types: Shared=yes, Static=yes Valgrind: yes valgrind -q Guile wrappers: no C++ library: yes OpenSSL library: yes /dev/crypto: no Crypto library: libgcrypt Here is the end of the make command: copying selected object files to avoid basename conflicts... CXX libgnutlsxx_la-gnutlsxx.lo CXXLD libgnutlsxx.la /usr/bin/ld:./libgnutlsxx.map:31: parse error in VERSION script collect2: ld returned 1 exit status make[4]: *** [libgnutlsxx.la] Error 1 make[4]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib' make[2]: *** [all] Error 2 make[2]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1' make: *** [all] Error 2 [root@wms162 gnutls-2.12.1]# Here is the output of the make check command: [root@wms162 gnutls-2.12.1]# make check Making check in lib make[1]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib' Making check in gl make[2]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl' make check-recursive make[3]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl' Making check in tests make[4]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make check-recursive make[5]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' Making check in . make[6]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make libtests.a test-alloca-opt test-binary-io test-byteswap test-c-ctype test-errno test-fcntl-h test-fseeko test-ftello test-ftello3 test-func test-memchr test-netdb test-read-file test-snprintf test-sockets test-stdbool test-stddef test-stdint test-stdio test-stdlib test-string test-strings test-strverscmp test-sys_socket test-sys_stat test-time test-unistd test-vasnprintf test-vasprintf test-verify test-vsnprintf make[7]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make[7]: `libtests.a' is up to date. make[7]: `test-alloca-opt' is up to date. make[7]: `test-binary-io' is up to date. make[7]: `test-byteswap' is up to date. make[7]: `test-c-ctype' is up to date. make[7]: `test-errno' is up to date. make[7]: `test-fcntl-h' is up to date. make[7]: `test-fseeko' is up to date. make[7]: `test-ftello' is up to date. make[7]: `test-ftello3' is up to date. make[7]: `test-func' is up to date. make[7]: `test-memchr' is up to date. make[7]: `test-netdb' is up to date. make[7]: `test-read-file' is up to date. make[7]: `test-snprintf' is up to date. make[7]: `test-sockets' is up to date. make[7]: `test-stdbool' is up to date. make[7]: `test-stddef' is up to date. make[7]: `test-stdint' is up to date. make[7]: `test-stdio' is up to date. make[7]: `test-stdlib' is up to date. make[7]: `test-string' is up to date. make[7]: `test-strings' is up to date. make[7]: `test-strverscmp' is up to date. make[7]: `test-sys_socket' is up to date. make[7]: `test-sys_stat' is up to date. make[7]: `test-time' is up to date. make[7]: `test-unistd' is up to date. make[7]: `test-vasnprintf' is up to date. make[7]: `test-vasprintf' is up to date. CC test-verify.o CCLD test-verify make[7]: `test-vsnprintf' is up to date. make[7]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make check-TESTS make[7]: Entering directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' PASS: test-alloca-opt PASS: test-binary-io.sh PASS: test-byteswap PASS: test-c-ctype PASS: test-errno PASS: test-fcntl-h PASS: test-fseeko.sh Skipping test: ungetc cannot handle arbitrary bytes SKIP: test-fseeko2.sh test-ftello.c:113: assertion failed ./test-ftello.sh: line 3: 6972 Aborted ./test-ftello${EXEEXT} 1 <"$srcdir/test-ftello.sh" FAIL: test-ftello.sh Skipping test: ungetc cannot handle arbitrary bytes SKIP: test-ftello2.sh PASS: test-ftello3 PASS: test-func PASS: test-memchr PASS: test-netdb PASS: test-read-file PASS: test-snprintf PASS: test-sockets PASS: test-stdbool PASS: test-stddef PASS: test-stdint PASS: test-stdio PASS: test-stdlib PASS: test-string PASS: test-strings PASS: test-strverscmp PASS: test-sys_socket PASS: test-sys_stat PASS: test-time PASS: test-unistd PASS: test-vasnprintf PASS: test-vasprintf PASS: test-verify PASS: test-verify.sh PASS: test-vsnprintf =================================== 1 of 32 tests failed (2 tests were not run) Please report to [email protected] =================================== make[7]: *** [check-TESTS] Error 1 make[7]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make[6]: *** [check-am] Error 2 make[6]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make[5]: *** [check-recursive] Error 1 make[5]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make[4]: *** [check] Error 2 make[4]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl/tests' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl' make[2]: *** [check] Error 2 make[2]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib/gl' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/other/wms.source/src/lib/3rdParty/gnutls-2.12.1/lib' make: *** [check-recursive] Error 1 [root@wms162 gnutls-2.12.1]# So what am I doing wrong? Tony _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
