using dirname module in C++

2010-08-13 Thread Peter Johansson
Hi, I'm new to using gnulib so I'm probably making some trivial mistake. Anyway, I try to use the dirname module in a C++ context which results in: libtool: link: g++ -g -O2 -o bin/.libs/foo bin/foo.o -Wl,-bind_at_load -L/opt/local/lib -L/usr/lib ./lib/.libs/libyat-util.dylib -lcblas ./gnul

[PATCH] pthread: Fix pthread.h creation for srcdir != builddir

2010-08-13 Thread Matthias Bolte
--- modules/pthread |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/pthread b/modules/pthread index 9b930b1..76eca90 100644 --- a/modules/pthread +++ b/modules/pthread @@ -18,7 +18,7 @@ BUILT_SOURCES += $(PTHREAD_H) # We need the following in order to create whe

Re: gnulib.pdf formatting issues

2010-08-13 Thread Karl Berry
Two suggestions to improve formatting of gnulib.pdf: I attempted to install both changes. Thanks.