|
From: Ethan M. <merritt@u.washington.edu> - 2010-03-05 22:35:35
|
On Friday 05 March 2010 14:05:14 Manfred Schwarb wrote: > > > 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" > > > > That seems like a problem with the libgd package configuration tool. > > I'll forward a bug report in that direction if I can confirm it. > > > > Ethan I can't reproduce this problem. On my machines, neither libgd nor gnuplot as a whole requires libexpat, which seems to be an XML parsing tool. And libpthread is pulled in by practically everything, so adding it specifically to libgd_LIBS is redundant. What was the error message you got before adding this line to configure.in? Ethan |