Re: New stable snapshot

2010-03-12 Thread Bruno Haible
Ian Beckwith wrote: > > It's time to advertise your stable releases a little > > more. Here's a proposed doc change: > > Thanks! There were no objections to the doc change, so I committed it and updated the manual on . Bruno

Re: C++ libtool build error?

2010-03-12 Thread Bruno Haible
Hi Simon, Ludo, > > /bin/bash ../libtool --preserve-dup-deps --mode=link g++ -o > > test-fcntl-h-c++ test-fcntl-h-c++.o libtests.a ../gl/libgnu.la libtests.a > > > > libtool: link: unable to infer tagged configuration > > libtool: link: specify a tag with `--tag' > > make[4]: *** [test-

Re: [bug-libunistring] Re: C++ libtool build error?

2010-03-12 Thread Simon Josefsson
Bruno Haible writes: > So, the fix is to add an LT_LANG([CXX]) invocation to your configure.ac. > This fixes it for libunistring. That doesn't make a lot of sense to me because 1) It violates the modularity of gnulib. Gnulib is adding the C++ code to my project, so I believe gnulib sh

[PATCH] gnulib-tool (func_import): Explain origin of code.

2010-03-12 Thread Simon Josefsson
I pushed this, it simplifies tracking down from which module some particular code in your gnulib-comp.m4 comes from. /Simon --- ChangeLog |4 gnulib-tool |3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6d8f41..fa172b9 100644 ---