From: Alan W. I. <ir...@be...> - 2003-02-03 22:18:35
|
On Mon, 3 Feb 2003, Rafael Laboissiere wrote: > > > make[3]: Entering directory `/home/jcard/plplot/bindings/python' > > python -o plplotcmodule_p_double.c -c++ -DPL_DOUBLE \ > > plplotcmodule.i > > Unknown option: -o > > No idea about this. Alan? The command should be $(SWIG) -python -o plplotcmodule_p_double.c -c++ -DPL_DOUBLE \ plplotcmodule.i So I think his error message is caused because $(SWIG) is undefined for him, but I don't know the root cause of that problem. One possibility is the old autotools versions he is using. Another possibility is he may have forgot to specify --enable-maintainer-mode for his ./configure option. I don't know whether that is essential or not after you have done a make maintainer-clean, but I suspect it is. What happens, Joao, for the latest stable autotools versions, clean PLplot checkout, and --enable-maintainer-mode? Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the Canadian Centre for Climate Modelling and Analysis (www.cccma.bc.ec.gc.ca) and the PLplot scientific plotting software package (plplot.org). __________________________ Linux-powered Science __________________________ |