From: David S. <ds...@ch...> - 2003-11-11 06:03:24
|
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? 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? 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 wel= l as earlier Linux packages, with little problem. The configuration issue is a little overwhelming. ----- Original Message -----=20 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 > > |