On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote: > Andreas Schwab writes: > > > The only error I see is that you misspelt --without-makeinfo, > > --with-cairo, --without-modules and --with-x-toolkit. > > > > Andreas. > Thanks! But I am blind :-) What am I misspelling? This is the configure > options (gnus buffer breaks the line, but it is all on one line): > > ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native' The first dash in --without-makeinfo comes here as an em-dash (Unicode codepoint 8211), not as a normal ASCII hyphen (Unicode codepoint 45). Likewise for many of the other double dashes. No idea whether this is an artifact of your mailing software. Cheers - t