Displaying 5 results from an estimated 5 matches for "tk_lib".
Did you mean:
tk_libs
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...eing different. I 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'
>...
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,...
2005 Dec 14
3
R-beta: configure problem (tcltk) on 64 bit Red Hat EL
Dear developeRs,
I use Red Hat Enterprise Linux WS release 4 (Nahant Update 2) on an
x86_64 machine (two Intel P4 CPUs with 64 bit support), and
R-beta_2005-12-12_r36712.tar.gz.
If I run configure without any options, it does not list tcltk among
the supported interfaces:
./configure
[...]
R is now configured for x86_64-unknown-linux-gnu
Source directory: .
Installation directory:
2005 Apr 18
1
R-2.1.0 is released
...find out if the bundle
is complete.
o packageStatus() 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 b...
2005 Apr 18
1
R-2.1.0 is released
...find out if the bundle
is complete.
o packageStatus() 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 b...