From: Alan W. I. <ir...@be...> - 2001-10-01 19:40:44
|
Glad to see you are making such good progress. When answering your previous e-mail, I also thought of the symlink solution but I thought the force option for installing plplot would effectively do the same thing (although I might be wrong since I have never tried something like that myself). To answer your other question, libg2c.a is associated with the fortran (g77) library. Currently, our plplot library is both for C and fortran. (A split of the two is being considered for the future.) So you probably have to install g77 or perhaps associated libraries on your Mandrake system to get everything to work properly. Once you find what other package needs to be installed, please let me know privately, and I will pass it on to the Mandrake packager so he can put that extra dependency in. I definitely would not eliminate the need for libg2c.a like you did. For example, I doubt that for your present configuration, the fortran examples will work. Alan email: ir...@be... phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Mon, 1 Oct 2001, M. Frankford wrote: > > I may have found a soln to my own problem. > The Linux Mandrake rpm libgd1-1.8.4-3mdk > is similar to > rpm pkg gd-1.8.1-4mdk but doesnt have links. > > So I made the following links > cd /usr/lib > > ln libgd.so.1.8.4 libgd.so.1.8 > ln libdb1.so.2 libdb1.so > ln -s libz.so.1.1.3 libz.so > ln -s libjpeg.so.62.0.0 libjpeg.so > ln libpng.so.2.1.0.9 libpng.so > ln libgd.so.1 libgd.so > > I edited out the -lg2c from the LDC_LIBS macro. > I can now sucessfully execute > make x01c > > I ran x01c and made a png file and xwindow. > So far so good. One more question. > What does the g2c library do > and do I need it? > > Thanks. > > Martin > > > On Mon, 1 Oct 2001, M. Frankford wrote: > > > I am trying to install plplot 5.0.3-4 > > on Linux Mandrake 8.0 and get the following > > > > [root@]# rpm -i plplot-5.0.3-4.i386.rpm > > error: failed dependencies: > > libgd.so.1.8 is needed by plplot-5.0.3-4 > > > > > > I then tried > > [root@]# rpm -i gd-1.8.1-4mdk.i586.rpm > > file /usr/lib/libgd.so.1 from install of gd-1.8.1-4mdk conflicts with file > > from package libgd1-1.8.4-3mdk > > > > I checked > > [root@]# ls /usr/lib/libgd.* > > /usr/lib/libgd.so.1@ /usr/lib/libgd.so.1.8.4* > > > > How do I resolve this(these) dependency problem(s)? > > > > Thanks. > > > > Martin > > > > > > _______________________________________________ > > Plplot-general mailing list > > Plp...@li... > > https://lists.sourceforge.net/lists/listinfo/plplot-general > > > > > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > |