From: <jc...@fe...> - 2003-11-11 14:13:32
|
On Tuesday 11 November 2003 06:04, David Strang wrote: | Thank so much. | | I added the header and it compiled further. It still will not compile | any of the examples. The | make returns "nothing to do". Would this be related to no octave | installation? In what directory are you issuing the make cmd? With PLplot-5.2.1 you=20 have to "make install" before "make check"; issue these commands at the=20 top build dir. Then "cd examples/c" and "./x01c". | I downloaded the rpm for Redhat (I heard somewhere that Mandrake is | based upon Radhat), but | the package manager reports the rpm has a bad signature. Is the | signature necessary? I have the Redhat 9.0 | package and it has octave 2.1-40 | and probably the libblas, liblapack, | libreadline libraries that are needed. Is | there any way to install under Mandrake 9.1? I really don't know, but you can try, "rpm -i <package-name>" Joao | Where do I go from here. | | All help is welcome. | | Regards, | Dave Strang | | I've used earlier versions of PLPlot on my Amiga and an SGI Indigo as | well as earlier Linux packages, with little problem. | The configuration issue is a little overwhelming. | | ----- Original Message ----- | From: "Jo=E3o Cardoso" <jc...@fe...> | To: "David Strang" <ds...@ch...>; | <plp...@li...> | Sent: Monday, November 10, 2003 11:32 PM | Subject: Re: [Plplot-general] PLPlot install issue | | > On Monday 10 November 2003 21:42, David Strang wrote: | > | Hello! | > | | > | I took the 5.2.1 tarball and tried building under Mandrake 9.1. | > | | > | Ran ./configure and make . | > | | > | The build stalled with the libcsa not resolving "errno" . | > | > You must add | > #include <errno.h> | > | > at lib/csa/csa.c, as in | > | > #include <string.h> | > +#include <errno.h> | > #include "version.h" | > | > | Also, where can I get octave from? | > | > www.octave.org | > | > but it depends what world are you from: | | nix/win/cygwin/mac/sources/rpm/deb? I | | > recommend octave-2.1.50, the "stable" 2.0.17 is now too old. | > | > Joao | > | > | Any ideas and help here would be appreciated. | > | | > | Regards, | > | Dave Strang | > | | > | | > | | > | | > | ------------------------------------------------------- | > | This SF.Net email sponsored by: ApacheCon 2003, | > | 16-19 November in Las Vegas. Learn firsthand the latest | > | developments in Apache, PHP, Perl, XML, Java, MySQL, | > | WebDAV, and more! http://www.apachecon.com/ | > | _______________________________________________ | > | Plplot-general mailing list | > | Plp...@li... | > | https://lists.sourceforge.net/lists/listinfo/plplot-general | | ------------------------------------------------------- | This SF.Net email sponsored by: ApacheCon 2003, | 16-19 November in Las Vegas. Learn firsthand the latest | developments in Apache, PHP, Perl, XML, Java, MySQL, | WebDAV, and more! http://www.apachecon.com/ | _______________________________________________ | Plplot-general mailing list | Plp...@li... | https://lists.sourceforge.net/lists/listinfo/plplot-general |