bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mutilated stdlib.h


From: Bruno Haible
Subject: Re: Mutilated stdlib.h
Date: Sat, 2 Apr 2011 13:54:05 +0200
User-agent: KMail/1.9.9

Ralf Wildenhues wrote:
> --remove-import may not remove
> include_next.m4 (and others) because it is still used by wchar
> (directly or indirectly).

Indeed. "./gnulib-tool --create-testdir" is not made for subsequent
--add-import. The correct command sequence is

$ ./gnulib-tool --create-testdir --dir=/tmp/testdir wchar
$ cd /tmp/testdir
$ gnulib-tool --source-base=gllib --m4-base=glm4 --add-import wchar
$ ./configure
$ make
$ gnulib-tool --source-base=gllib --m4-base=glm4 --add-import iswblank
$ make
$ gnulib-tool --source-base=gllib --m4-base=glm4 --remove-import iswblank
$ make

and this command sequence works fine.

Sorry for the false alarm on this one.

Bruno
-- 
In memoriam Karol Wojtyla <http://en.wikipedia.org/wiki/Karol_Wojtyla>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]