search for: tk_xlibsw

Displaying 4 results from an estimated 4 matches for "tk_xlibsw".

Did you mean: tk_libs
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...can't compile --with-tcltk > out of the box. I have to add '-lm' to the SHLIBLDFLAGS manually > after configure. Yes, I guess that's because it insists on resolving libm at the shared libs build stage. > Which brings up the question: Can you use TK_LIBS instead of TK_XLIBSW > during configure? Excerpt from tkConfig.sh on my machine: > > # Linker switch(es) to use to link with the X11 library archive. > TK_XLIBSW='-lX11' > > # Additional libraries to use when linking Tk. > TK_LIBS='-lX11 -lld -lm' > > The '-lld...
2000 Jun 16
0
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
Hi, ok, AIX 4.3 insists on being different. I can't compile --with-tcltk out of the box. I have to add '-lm' to the SHLIBLDFLAGS manually after configure. Which brings up the question: Can you use TK_LIBS instead of TK_XLIBSW during configure? Excerpt from tkConfig.sh on my machine: # Linker switch(es) to use to link with the X11 library archive. TK_XLIBSW='-lX11' # Additional libraries to use when linking Tk. TK_LIBS='-lX11 -lld -lm' The '-lld' wouldn't hurt, would it? Maybe the...
2005 Apr 18
1
R-2.1.0 is released
...ckageStatus() is now built on top of *.packages, and gains a 'method' argument. It defaults to the same repositories as the other tools, those specified by getOption("repos"). BUG FIXES o Configuring for Tcl/Tk makes use of ${TK_LIB_SPEC} ${TK_LIBS} not ${TK_LIB_SPEC} ${TK_XLIBSW}, which is correct for recent versions of Tk, but conceivably not for old tkConfig.sh files. o detach() was not recomputing the S4 methods for primitives correctly. o Methods package now has class "expression" partly fixed in basic classes, so S4 classes can extend these (bu...
2005 Apr 18
1
R-2.1.0 is released
...ckageStatus() is now built on top of *.packages, and gains a 'method' argument. It defaults to the same repositories as the other tools, those specified by getOption("repos"). BUG FIXES o Configuring for Tcl/Tk makes use of ${TK_LIB_SPEC} ${TK_LIBS} not ${TK_LIB_SPEC} ${TK_XLIBSW}, which is correct for recent versions of Tk, but conceivably not for old tkConfig.sh files. o detach() was not recomputing the S4 methods for primitives correctly. o Methods package now has class "expression" partly fixed in basic classes, so S4 classes can extend these (bu...