On Sun, 7 Aug 2016 05:48, [email protected] said: > ./configure runs fine
The configure run creates the Makefile(s), look at the output: [...] configure: creating ./config.status config.status: creating m4/Makefile config.status: creating Makefile [...] Do you see thse lines or did configure terminate with an error message? > directory contains "Makefile.am" if I rename to Makefile, and run make You can't do that; Makefile.am and Makefile.in are templates ffrom which a Makefile is created by configure. Salam-Shalom, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. /* Join us at OpenPGP.conf <https://openpgp-conf.org> */ _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
