search for: tcltk_lib

Displaying 20 results from an estimated 32 matches for "tcltk_lib".

Did you mean: tcltk_libs
2000 Jun 16
2
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...> # Additional libraries to use when linking Tk. > TK_LIBS='-lX11 -lld -lm' > > The '-lld' wouldn't hurt, would it? > Maybe the following would work for configure? > > case "${host}" in > *aix*) > LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_LIBS} $LIBS" > ;; > *) > LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_XLIBSW} $LIBS" > ;; > esac It's not done like that. Take a look in aclocal.m4. I suspect that ${TK_LIBS} would do everywhere, but will need to do some tes...
2015 May 26
2
building with tcltk on Ubuntu 14.04
...installed ... (and going back to things like apt-get tcl-dev and apt-get tk-dev confirms that they're really there ...) When I configure and build R without doing anything special, tcltk is not found and capabilities()["tcltk"] is FALSE. I modified config.site as follows: ## Use TCLTK_LIBS for all '-L' and '-l' options needed for linking TCLTK_LIBS="-L/usr/lib/x86_64-linux-gnu" ## Use TCLTK_CPPFLAGS for all '-I' options needed for finding the tcl.h TCLTK_CPPFLAGS="-I/usr/include/tcl" This makes capabilities()["tcltk"] TRUE, bu...
2000 Jun 16
0
Missing -lm for tcltk (R 1.1.0, AIX 4.3) (PR#573)
...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 following would work for configure? case "${host}" in *aix*) LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_LIBS} $LIBS" ;; *) LIBS="-ltk${TK_VERSION} ${TCLTK_LIBS} ${TK_XLIBSW} $LIBS" ;; esac I'll try that myself, but compilation takes a long, long time... Thanks, -tom --please do not edit the information below-- Version: platform...
2005 Apr 19
1
type.convert error with read.csv function
...on Mac OSX 10.3.9. The flags used for configuration are: ./configure --enable-utf8 --enable-R-shlib --with-blas='-framework vecLib' --with-lapack --with-aqua --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh TCLTK_LIBS='-framework Tcl -framework Tk' TCLTK_CPPFLAGS='-I/Library/Frameworks/Tcl.Framework/Headers -I/Library/Frameworks/Tk.Framework/Headers' A straight-forward read.csv[] function returns the following error: > map.plain <- read.csv("~/Projects/ProjectMap/plain.csv",...
2003 Aug 17
2
(no subject)
...ib --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua and with in the environment FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=/Library/Frameworks/Tcl.framework/Versions/Current /Library/Frameworks/Tk.framework/Versions/Current TCLTK_CPPFLAGS=/Library/Frameworks/Tcl.framework/Versions/Current/ Headers /Library/Frameworks/Tk.framework/Versions/Current/Headers === Jan de Leeuw; Professor and Chair, UCLA Department of S...
2002 Sep 27
1
R1.5.1,tcltk,IRIX
...ut 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 --enab...
2007 Aug 14
1
R 2.5.1 configure problem
Hi, I have follwoing problem: I will install R-2.5.1 on a Linux Maschine (64Bit) and I will use the R-GUI JGR (Jaguar) SO I make following steps: ./configure --with-gnu-ld --enable-R-shlib VAR=fPIC VAR=TCLTK_LIBS make I become following error messages: . Entering directory `/root/R-2.5.1/tests' make[2]: Entering directory `/root/R-2.5.1/tests' make[3]: Entering directory `/root/R-2.5.1/tests/Examples' make[4]: Entering directory `/root/R-2.5.1/tests/Examples' make[4]: `Makede...
2002 Oct 30
2
native OS X R
I have a version of R-devel which is configured with the flags configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework /tkConfig.sh --enable-R-shlib --with-aqua --without-x TCLTK_LIBS="-framework Tcl -framework Tk" TCLTK_CPPFLAGS="-I/Library/Framewor ks/Tcl.framework/Headers -I/Library/Frameworks/Tk.framework/Headers" This means no X11, the Quartz device, the Aqua interface, and the native AquaTk version of Tcl/Tk. Drawing to windows works fine (both t...
2009 Apr 30
1
[Fwd: problems installing rjags | tcltk]
...e the case. Just before ## File substitutions ## I see use_tcltk='no' Further upstream in the config.log, I see configure:42914: checking for tcl.h conftest.c:204:17: error: tcl.h: No such file or directory and ac_cv_env_TCLTK_CPPFLAGS_set= ac_cv_env_TCLTK_CPPFLAGS_value= ac_cv_env_TCLTK_LIBS_set= ac_cv_env_TCLTK_LIBS_value= and r_cv_header_tcl_h=no and TCLTK_CPPFLAGS='' TCLTK_LIBS='' TCL_CONFIG='' So, it seems as if my self-rolled R isn't TCLTK 'aware'. Is simply adding --with-tcltk to my configure call (i.e., ./configure --with-lapack=&...
2011 Feb 08
1
Compiling a Tcl extension for an R package
Dear R developers, I plan to upload a first version of my R package RnavGraph to the R CRAN server in a week or two. However I'm still struggling with an image resizing function written in C as a tcl extension. I did all my development in Ubuntu, and everything works fine in Ubuntu, however my attempts to compile this C function under Windows or OSX have all failed. I provide a minimal self
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...PACKAGE = "methods") : .Call function name not in load table Execution halted make[4]: *** [../../../library/methods/R/all.rda] Error 1 make[3]: *** [all] Error 2 make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 The configuration was: bash-2.05a$ export TCLTK_LIBS="-framework Tcl -framework Tk" bash-2.05a$ export TCLTK_CPPFLAGS="-I/Library/Frameworks/Tcl.framework/Headers -I/Library/Frameworks/Tk/frameworks/Headers" bash-2.05a$ ./configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Fram...
2006 Apr 24
1
undefined type 'struct tms' when compiling for MinGW
...ooking for times.h which doesn't exist in the MinGW setup - but should it even be building anything from the src/unix folder? I figure I must be missing some key configuration or step in the windows build instructions... If anyone has any suggestions, I'd be happy to hear them... Mike. TCLTK_LIBS=/c/mingw/lib BLAS_LIBS=/c/mingw/lib LAPACK_LIBS=/c/mingw/lib ./configure --prefix=c:/mingw --with-lapack=yes --with-zlib=yes --with-system-pcre=yes --with-x=no --disable-nls --disable-rpath --enable-R-shlib ... make[3]: Entering directory `/src/R-2.2.1/src/unix' gcc -I. -I../../src/include -...
2002 Jan 15
0
errors intalling splancs and sgeostat
...CXXLD= # Any special flags which are required when creating shared libraries # containing object files from a C++ compiler. This is usually # automatically detected by configure, and anything set here will be in # addition unless SHLIB_CXXLD is given. # SHLIB_CXXLDFLAGS= # Tcl/Tk settings. # Use TCLTK_LIBS for all ALL `-L' and `-l' options needed for linking # against the Tcl and Tk library. # TCLTK_LIBS= # Use TCLTK_CPPFLAGS for all `-I' options needed for finding the tcl.h # and tk.h headers. # TCLTK_CPPFLAGS= # make name. # Set this if you want to use a make by another name, for exam...
2003 Aug 19
0
Tcl/Tk on Panther
.../Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua but for some reason this does get Tcl/Tk support build in Panther (batteries included version of Aqua Tcl/Tk, but observe 8.4.3 is also sitting in /usr). I now need to set explicitly TCLTK_LIBS=-framework Tcl -framework Tk TCLTK_CPPFLAGS=-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tk.framework/Versions/Current/Headers for it to find stuff. Otherwise it will look in /usr/include for tk.h, and Apple does not include Tk, only Tcl. === Jan de Leeuw...
2003 Aug 22
0
R-devel on Panther
...shlib --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --with-blas='-framework vecLib' --with-lapack --with-aqua In the environment I have FPICFLAGS=-fno-common LDFLAGS=-lcc_dynamic CPPFLAGS=-D__DEBUGGING__ TCLTK_LIBS=-framework Tcl -framework Tk TCLTK_CPPFLAGS=-I/Library/Frameworks/Tcl.framework/Versions/Current/ Headers -I/Library/Frameworks/Tk.framework/Versions/Current/Headers I know that the two TCLTK variables (strangely enough), the DEBUGGING variable and the FPICFLAGS are necessary. I am using the...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...# SHLIB_CXXLDFLAGS= ## FORTRAN 95 compiler: optional for use in packages. ## Analogous to the F77 and CXX settings. ## FC= ## FCFLAGS= ## FCPICFLAGS= ## SHLIB_FCLD=${FC} ## Unlike SHLIB_CXXLDFLAGS, SHLIB_FCLDFLAGS is never additional ## SHLIB_FCLDFLAGS=${SHLIB_LDFLAGS} ## Tcl/Tk settings. ## Use TCLTK_LIBS for all '-L' and '-l' options needed for linking ## against the Tcl and Tk library. ## TCLTK_LIBS= ## Use TCLTK_CPPFLAGS for all '-I' options needed for finding the tcl.h ## and tk.h headers. ## TCLTK_CPPFLAGS= ## Browser default ## Default setting for the R_BROWSER env va...
2011 Nov 12
2
cygwin R-2.14.0 build fail
I tried to build R-2.14.0 on cygwin using the commands: ./configure --with-x=no make I started to get a whole lot of errors starting with: /cygdrive/c/Users/mcarter/src/R-2.14.0/src/modules/internet/Rhttpd.c:275: undefined reference to `_R_InputHandlers' which I have pasted at http://pastebin.com/GFb2pq92 I'm aware that there is a cygwinports ports, but it seems outdated, and when I
2002 May 22
0
Problem installing tcltk on Solaris
...ol not found I would certainly appreciate some help getting tcltk support working. Thanks -Don Here are various details that may or may not be helpful. ----- from config.site ----- CPPFLAGS="-I/erd/statistic/apps/R/local/include" LDFLAGS="-L/erd/statistic/apps/R/local/lib" TCLTK_LIBS="-L/erd/statistic/apps/R/local/lib" TCLTK_CPPFLAGS="-I/erd/statistic/apps/R/local/include -I/usr/openwin/include/X11" ----- from config.log ----- (the command line used to configure) $ ../source/configure --prefix=/erd/statistic/apps/R/Rtk --with-tcl-config=/erd/statistic/ap...
2014 Jul 25
1
Multiple -g flags in R CMD SHLIB
Does anybody know why two "-g" flags appear in the call to gcc in R CMD SHLIB Example: gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -fpic *-g* -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 *-g* -c c_file1.c -o c_object1.o Surely it need only be listed once? Alan [[alternative HTML version deleted]]
2003 Jun 13
2
Darwin-Aqua R-devel
I've been able to build a very primitive Aqua GUI for Darwin R. This version as minimum event handler support but at least you can drag around the quartz device. You need to download the RAqua.app.sit archive from http://www.economia.unimi.it/R/ You need to unstuff it and put inside your system Applications folder (i.e. /Applications) If you click on the RAqua icon nothing will happen