|
From: Harald H. <h.h...@tu...> - 2004-03-08 14:57:21
|
Hello everybody, I have some problems compiling the current cvs version of gnuplot. configure does not find the libraries libgd and libpdf. libgd: is installed, version 2.0. libpdf: is not installed (thus configure does the right job here). Thus, I have to different problems: - Why does gnuplot reject to work with my gd library? - I have not found any information in the gnuplot documentation which versions of the libraries are necessary and where to get them if not installed. Am I blind here, or is there really no information about it? I think a file "Requirements" or a section in INSTALL should be added. This is why I have not tested my patches for the enhanced text mode in other terminals than postscript, my gnuplot does not have any further terminals that support enhanced text modes. And a last short question: Have my several patches in the last years been enough that my name will be added to the list of contributors? Yours Harald --=20 Harald Harders Langer Kamp 8 Technische Universit=E4t Braunschweig D-38106 Braunschweig Institut f=FCr Werkstoffe Germany E-Mail: h.h...@tu... Tel: +49 (5 31) 3 91-3062 WWW : http://www.ifw.tu-bs.de Fax: +49 (5 31) 3 91-3058 |
|
From: Lars H. <lhe...@us...> - 2004-03-08 15:11:01
|
Harald Harders writes: > Hello everybody, > > I have some problems compiling the current cvs version of gnuplot. > configure does not find the libraries libgd and libpdf. > > libgd: is installed, version 2.0. > > libpdf: is not installed (thus configure does the right job here). > > Thus, I have to different problems: > - Why does gnuplot reject to work with my gd library? You have to provide more detail. We cannot guess what isn't working on your system. |
|
From: Harald H. <h.h...@tu...> - 2004-03-08 16:43:53
|
On Mon, 8 Mar 2004, Lars Hecking wrote: > > I have some problems compiling the current cvs version of gnuplot. > > configure does not find the libraries libgd and libpdf. > > > > libgd: is installed, version 2.0. > > > > libpdf: is not installed (thus configure does the right job here). > > > > Thus, I have to different problems: > > - Why does gnuplot reject to work with my gd library? > > You have to provide more detail. We cannot guess what isn't working > on your system. No problem: "rpm --query gd" gives me "gd-2.0.11-26" which, according to gd.trm, should work. In /usr/lib, I find the following files: libgd.so.2, libgd.so.2.0.0 (where in fact, the first is a symbolic link to the second). Ah, I am missing libgd.so. May be, this is the problem. And, gd.h is missing, too. I first will reinstall that and ask again, if necessary. I don't understand why my libgd is not totally installed. I think, my SuSE 8.2 is the last SuSE on my computers, it is getting worse form version to version. As Hans-Bernhard has told me, the information which library to use is stored in the *.trm files. That is a good place for the developers, but I think we should prepare another file for users who want to compile gnuplot for themselves. They will hardly look into the trm files. Have you been able to read all of my mail? Hans-Bernhard has reported, that he only could read until half of the mail. Thank you for the quick answer, Harald --=20 Harald Harders Langer Kamp 8 Technische Universit=E4t Braunschweig D-38106 Braunschweig Institut f=FCr Werkstoffe Germany E-Mail: h.h...@tu... Tel: +49 (5 31) 3 91-3062 WWW : http://www.ifw.tu-bs.de Fax: +49 (5 31) 3 91-3058 |
|
From: Lars H. <lhe...@us...> - 2004-03-08 16:50:38
|
> "rpm --query gd" gives me "gd-2.0.11-26" which, according to gd.trm, > should work. In /usr/lib, I find the following files: libgd.so.2, > libgd.so.2.0.0 (where in fact, the first is a symbolic link to the > second). Ah, I am missing libgd.so. May be, this is the problem. And, gd.h > is missing, too. I first will reinstall that and ask again, if necessary. > I don't understand why my libgd is not totally installed. I think, > my SuSE 8.2 is the last SuSE on my computers, it is getting worse form > version to version. You need to install gd-devel, or whatever it's called, it contains gd.h and libgd.a. |
|
From: Ethan M. <merritt@u.washington.edu> - 2004-03-08 16:58:36
|
On Monday 08 March 2004 08:35 am, Harald Harders wrote: > > "rpm --query gd" gives me "gd-2.0.11-26" which, according to gd.trm, > should work. In /usr/lib, I find the following files: libgd.so.2, > libgd.so.2.0.0 (where in fact, the first is a symbolic link to the > second). Ah, I am missing libgd.so. May be, this is the problem. And, > gd.h is missing, too. Yes. You need both libgd.so and gd.h However, I recommend that you download version 2.0.21 from boutell.com, and built from source. Version 2.0.21 is the first to correctly support symbol font encoding, which is needed for full support of enhanced text mode in gnuplot. > I first will reinstall that and ask again, if > necessary. I don't understand why my libgd is not totally installed. I > think, my SuSE 8.2 is the last SuSE on my computers, it is getting worse > form version to version. I do not know how SuSE arrange their packages, but Mandrake and Redhat both split libraries into two packages. The base package contains the library itself and is suitable for use by pre-built applications. The second rpm is called whatever-devel-xxx.rpm and contains the header files (*.h) and the additional library definitions needed to build new programs. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center (206)543-1421 Mailstop 357742 University of Washington, Seattle, WA 98195 |
|
From: Harald H. <h.h...@tu...> - 2004-03-09 13:33:53
|
Thank you all for your answers. But shouldn't we really prepare a file requirements.txt or a section Requirements in the README where all needed third-party libraries are listed? It could be possible to write the library information into the *.trm files with a special format and to generate the "Requirements" section automatically, e.g. by using grep. Yours Harald PS: I have tried to avoid all Umlauts. I hope this mail will be sent as it is, now. -- Harald Harders Langer Kamp 8 Technische Universitaet Braunschweig D-38106 Braunschweig Institut fuer Werkstoffe Germany E-Mail: h.h...@tu... Tel: +49 (5 31) 3 91-3062 WWW : http://www.ifw.tu-bs.de Fax: +49 (5 31) 3 91-3058 |
|
From: Petr M. <mi...@ph...> - 2004-03-08 17:23:03
|
> second). Ah, I am missing libgd.so. May be, this is the problem. And, gd.h > is missing, too. I first will reinstall that and ask again, if necessary. As others told you about gd-devel rpm package > I don't understand why my libgd is not totally installed. I think, > my SuSE 8.2 is the last SuSE on my computers, it is getting worse form > version to version. I don't think so -- no problems for me (since 8.0) > Have you been able to read all of my mail? Hans-Bernhard has reported, > that he only could read until half of the mail. Neither me -- the following is printed by pine: Yours Harald -- Harald Harders Langer Kamp [Error: Formatting error: Non-hexadecimal character in QP encoding] There were similar problems with Ethan's mail some time ago, but it's gone now. --- PM |
|
From: Petr M. <mi...@ph...> - 2004-03-09 09:31:33
|
> And a last short question: Have my several patches in the last years > been enough that my name will be added to the list of contributors? IMHO, people listed in docs/titlepage* are those spending an enormous amount of time on gnuplot development (new features, patches, documentation, reviews of work of others), support, and other activities over a period of at least several years. People kindly contributing patches (incl. new features) get the proper credit in ChangeLog file. --- PM |