[EMAIL PROTECTED] writes: > I tried to download the gnutls 1.6 version, but it has some problem in the > installation time. > In this version if I run ./configure is OK, but when I run make it return "no > targets specified and no makefile found. Stop." > Why? The procedure of installation isn't the same of 1.7 version?
Yes, the procedures are the same. GnuTLS 1.6.x and 1.7.x are quite similar, although for OpenPGP support, you'll want 1.7.x. I think that either your gnutls archive was corrupt, or ./configure failed to create the Makefile. Did ./configure exit with an error message? /Simon > Simone. > > > > Scrive Simon Josefsson <[EMAIL PROTECTED]>: > >> [EMAIL PROTECTED] writes: >> >> > libgnutls.so.13 => /usr/local/lib/libgnutls.so.13 (0xb7f0e000) >> > libgnutls-extra.so.13 => /usr/local/lib/libgnutls-extra.so.13 >> .. >> > libgnutls.so.12 => /usr/lib/libgnutls.so.12 (0xb7cb9000) >> >> Linking to both libgnutls is likely what is causing you problems. I >> don't understand how this could have happened, though. I have a >> /usr/lib/libgnutls.so.12 on my system, but it isn't pulled into newly >> built GnuTLS binaries. Anyone has any ideas how this could happen? >> >> You can debug this further by looking exactly at which commands are >> used to link the binaries, there could be some bug there... >> >> /Simon >> >> > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
