|
From: Manfred S. <man...@gm...> - 2010-03-05 14:52:49
|
>
> Although I think a 4.4.0 release is nearly ready, I have encountered
> a couple of last-minute glitches.
>
> 1) Sometime between the 4.4.0-rc1 tarball creation and the current
> 4.4 cvs, the targets "make clean" and "make distclean" have broken.
>
I noticed, too. "make mostlyclean" seems to work though.
Another thing: I recently did a static build, it was
a bit a pain. I had to manually set "#undef HAVE_PWD_H" and
had to apply
--- configure.in.orig 2010-03-01 13:44:59.000000000 +0100
+++ configure.in 2010-03-02 11:55:43.000000000 +0100
@@ -482,6 +482,7 @@
libgd_CPPFLAGS=`gdlib-config --cflags`
libgd_LDFLAGS=`gdlib-config --ldflags`
libgd_LIBS=`gdlib-config --libs`
+ libgd_LIBS="$libgd_LIBS -lexpat -pthread"
elif test -d "$with_gd"; then
libgd_CPPFLAGS="-I$with_gd/include"
libgd_LDFLAGS="-L$with_gd/lib"
Otherwise, gnuplot 4.4 works fine for me.
Thanks!
Manfred
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
|