Eric Blake wrote: > > "-nodtk" has already been found to be the > > preferred workaround against this system's broken <whar.h>. > > But that was before the introduction of the wchar and absolute-header > modules, so perhaps in fixing absolute-header to use #include_next when > possible we can ALSO fix this wchar issue without crippling the dtk compiler.
Indeed, "cc" without -nodtk option works fine with gnulib since you introduced the <wchar.h> substitute. No need any more to recommend -nodtk (in the context of gnulib). Bruno