Displaying 8 results from an estimated 8 matches for "ltk".
Did you mean:
ltd
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
> From: tov@phoenix.ece.cmu.edu
> Date: Fri, 16 Jun 2000 16:32:36 +0200 (MET DST)
> To: r-devel@stat.math.ethz.ch
> Subject: [Rd] Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
> CC: R-bugs@biostat.ku.dk
> X-Loop: R-bugs@biostat.ku.dk
>
> 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....
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/t
cltk/src'
making init.d from init.c
making tcltk.d fr...
2004 Oct 16
3
Problem Compiling R-2.0.0 on Linux Alpha
Hi folks:
I'm trying to compile R-2.0.0 on my Alpha (164SX;
alphapca56-unknown-linux-gnu) running RedHat Linux 7.2 with gcc3.4.1.
Here is where the compile terminates:
....
....
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory
`/home1/rajiv/software/src-7.2/R-2.0.0/src/library/t
cltk/src'
making init.d from init.c
making tcltk.d fr...
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_X...
2002 Oct 12
0
tkrplot
...ckage (as in all packages) build bundles, not
libraries. Thus I said in the src directorry of the tkrplot package
gcc -dynamiclib -flat_namespace -undefined suppress -install_name
/usr/local/lib/R/library/tkrplot/libs/tkrplot.dylib \\
-o tkrplot.dylib -L/usr/local/lib/R/bin -lR -L/sw/lib -ltcl -ltk
-L/usr/X11R6/lib -lX11 tcltkimg.o
and I changed the R code in tkrplot so that it uses .dylib as the
file extension.
It is still mysterious to me why it did work, using bundles, in
OS X 10.1, but, hey, what's life without a little mystery.
===
Jan de Leeuw; Professor and Chair, UCLA Departm...
2002 Sep 27
1
R1.5.1,tcltk,IRIX
...to support highest level of performance for the
processors on OCGC
export CC="/usr/bin/cc -n32 -mips4 -r12000"
export CXX="/usr/bin/CC -n32 -mips4 -r12000"
export F77="/usr/bin/f77 -n32 -mips4 -r12000"
# these flags appear to be necessary to build with tcl/tk
export TCLTK_LIBS='-L/usr/local/lib32'
export TCLTK_CPPFLAGS='-I/usr/local/include/tcl -I/usr/local/include/tk'
# put /usr/local/bin first to get newer perl and also add path to javac
export PATH=/usr/local/bin:/usr/java/bin32:/usr/java/bin:$PATH
(date ; ./configure --prefix=/tools/Rstat1.5.1 --...
2011 Dec 05
1
using StatEt IDE for Eclipse
...g.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'
!ENTRY org.eclipse.ui 4 0 2011-12-05 16:23:30.714
!MESSAGE Class load Failure:
'org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem'
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in de.walware.ecommons.ltk.ui
was unable to load class
org.eclipse.ecf.docshare.menu.DocShareRosterMenuContributionItem.
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Regi...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...n details.
R is a collaborative project with many contributors.
Type `contributors()' for more information.
Type `demo()' for some demos, `help()' for on-line help, or
`help.start()' for a HTML browser interface to help.
Type `q()' to quit R.
> demo(tkttest,package="tcltk")
demo(tkttest)
---- ~~~~~~~
Type <Return> to start : >
> require(tcltk) || stop("tcltk support is absent")
Loading required package: tcltk
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/soft...