From: Valery P. <pi...@is...> - 2007-01-27 08:24:38
|
Alan W. Irwin wrote: > On 2007-01-27 14:49+0800 Valery Pipin wrote: > > I'm trying to use the new procedure to build this release. > > I have used > > "cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_VERBOSE_MAKEFILE=ON > > ../plplot-5.7.2 > > > >> & cmake.out" > > That seems fine (although I have a personal preference for more unique > install prefixes like /usr/local/plplot which makes your plplot install > much easier to remove.) Does it mean that cmake have no "make uninstall" ? > > > in cmake.out I have > > -- WARNING: swig not found. Disabling java bindings > > -- WARNING: swig not found. Disabling python bindings > > I don't need java. I need python. > > [vv@localhost ~]$ swig > > Must specify an input file. Use -help for available options. > > [vv@localhost ~]$ rpm -q swig > > swig-1.3.31-alt1 > > > > What should I do? > > The simplest thing to do is to use the cvs version of PLplot. I have I'll try soon but not today. Anyway ./configure make & make install works fine. |