From: Alan W. I. <ir...@be...> - 2003-01-29 18:49:01
|
On Wed, 29 Jan 2003, Pankaj Laddha wrote: > I have verified that we both are using the same version of plplot-5.2.0. I am > attaching the required files to this mail. From the attached files > configure : I am using this configure file to configure plplot 5.2.0 package. In > this files have changed the default options as per my need. I have also changed > the path of tcl libraries and include folder to reflect my installation of tcl. > configure.out : It is the output log of "$ ./configure" command. > make.out : It is the output log of "$ ./make " command. > > I am trying to build plplot-5.2.0 with tcl driver on Solaris platform. I hope > you can help me to sort the problem. Thank you for your detailed report. Two things I noticed. (1) I am somewhat concerned that you are changing the configure script. The more standard way to do what you are trying to do is to set some environment variables TCLINCDIR, TCLLIBDIR, ITCLINCDIR, ITCLLIBDIR, TKINCDIR, TKLIBDIR to your locations for the tcl/itcl/tk stuff. Also, the standard way to turn off f77, cxx, and python is to specify the --disable-f77 --disable-cxx --disable-python configure options. (2) Our static drivers (which for historical reasons are the default) were not as thoroughly tested as the dynamic drivers before the release. Because we have had some bad reports on some platforms for static drivers, we suggest using the dynamic drivers as a first step. The way you do that is to specify the configure option, e.g., ./configure --enable-dyndrivers --disable-f77 --disable-cxx --disable-python So lets try one more iteration with an unchanged configure script, the environment variables set so configure can find the locations of your tcl/tk/itcl stuff, and the above configure options (you may want a different install prefix than the default /usr/local as well). Send me the associated configure.out and make.out off list if you are still having some problems 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 __________________________ |