From: Pankaj L. <pa...@da...> - 2003-02-12 14:34:33
|
I am sorry about my ignorance, I am new to Solaris, and tcl/tk. Where am I suppose to give this options ? I thought ./configure will take care of every thing once I enable tcl/tk drivers. Thanks for the help. regards, Pankaj. ----- Original Message ----- From: Vince Darley <vi...@sa...> To: Pankaj Laddha <pa...@da...> Cc: Joao Cardoso <jc...@fe...>; Alan W. Irwin <ir...@be...>; PLplot development list <Plp...@li...> Sent: Wednesday, February 12, 2003 7:41 PM Subject: Re: [Plplot-devel] tcl/tk driver build results on Solaris : NeedsHelp > On Wed, 12 Feb 2003, Pankaj Laddha wrote: > > What is the cause of this erro? I tried building the source again by commenting > > "TclSetStartupScriptFileName, TclGetStartupScrip" functions in tclmain.c in > > plplot\binding\tcl folder. It did not gave me any error. Is this the correct > > way? > > Was everything built with -D USE_TCL_STUBS -D USE_TK_STUBS? > > I wouldn't worry too much about building the executables anyway, using > 'load' is much better. > > > 2. After building the shared libraries, I tried to load them using tcl wish. I > > get following error > > ~/Plplot11 >wish8.4 > > % load libtclmatrix.so > > couldn't find procedure Tclmatrix_Init > > Try 'load libtclmatrix.so Matrix' > > (and make sure there is a symbol Matrix_Init in there) > > > % load /usr/pankaj/Plplot11/libtclmatrix.so > > couldn't find procedure Tclmatrix_Init > > % load /usr/pankaj/Plplot11/libplplot.so.5 > > couldn't find procedure Plplot_Init > > What symbols are in the .so? I would look for 'Plplotter_Init' > > try > > load ....libplplplot.so.5 Plplotter > > cheers, > > Vince. > > |