Hi, Commit eb32c992 from five days ago causes trouble when trying to compile GNU nano from git on an older Debian box: make[4]: Entering directory `/home/bens/NANO/lib' depbase=`echo malloc/dynarray_at_failure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/ncursesw -O1 -Wall -MT malloc/dynarray_at_failure.o -MD -MP -MF $depbase.Tpo -c -o malloc/dynarray_at_failure.o malloc/dynarray_at_failure.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from ./libc-config.h:162:0, from malloc/dynarray_at_failure.c:20: ./cdefs.h:496:31: fatal error: bits/long-double.h: No such file or directory compilation terminated. When stepping back to the preceding commit (882243dc), things compile fine. The most recent commit (4b071c11 at the moment) still shows the problem. $lsb_release -d Description: Debian GNU/Linux 7.10 (wheezy) Benno