do you need plserver or tcl bindings? If not just disable the tcl/tk bindings with the option -DENABLE_tcl=OFF at the cmake configuration stage (look here for further options: http://www.miscdebris.net/plplot_wiki/index.php?title=CMake_options_for_PLplot ). If you need the tcl bindings please ask again on the plplot-general mailing list, since the tcl people don't visit this forum frequently.
HTH,
Werner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
System: Ubuntu 9.04
After running "make >& make.out", the compiling process stopped at 20% and the following message popped up.
Linking C executable plserver
../tcl/libplplottcltkd.so.9.2.0: undefined reference to `TclFormatInt'
Could anybody help me? Thank you in advance.
Hi,
do you need plserver or tcl bindings? If not just disable the tcl/tk bindings with the option -DENABLE_tcl=OFF at the cmake configuration stage (look here for further options: http://www.miscdebris.net/plplot_wiki/index.php?title=CMake_options_for_PLplot ). If you need the tcl bindings please ask again on the plplot-general mailing list, since the tcl people don't visit this forum frequently.
HTH,
Werner
the option should be
-DENABLE_tcl=OFF
and the link is
: http://www.miscdebris.net/plplot_wiki/index.php?title=CMake_options_for_PLplot