Hi Bruno, On Thu, Mar 31, 2011 at 5:53 PM, Bruno Haible <[email protected]> wrote: > Bruce Korb wrote: >> > rm -f stdlib.h-t stdlib.h && \ >> > { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ >> > sed -e 's|@''INCLUDE_NEXT''@||g' \ >> > -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ >> > -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ >> > -e 's|@''NEXT_STDLIB_H''@||g' \ > > Your Makefile is definitely not correctly generated. Do a "make distclean", > then reconfigure. > > Remember to always do a "make distclean" before running gnulib-tool or > autoreconf. Otherwise such things can happen.
I'll poke around to see what I can see. I did this sequence: > git clean -f -x -d . > ./bootstrap > mkdir _b ; cd _b > ../configure && make which ought to be at least as clean as "distclean". Something is misconfigured..... Thank you! Regards, Bruce
