Displaying 7 results from an estimated 7 matches for "ltcl".
Did you mean:
btcl
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
...SDL - version >= 1.0.1
configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT conftest.c -lSDL -lpthread 1>&5
configure:3355: checking for SDL_JoystickOpen
configure:3383: gcc -o conftest conftest.c -lSM -lICE -lX11 -lXi
-lXext -lXmu -lXt -ldl -lm -ltcl -lSDL -lpthread 1>&5
configure:3415: checking for Mix_OpenAudio in -lSDL_mixer
configure:3434: gcc -o conftest conftest.c -lSDL_mixer -lSM -lICE
-lX11 -lXi -lXext -lXmu -lXt -ldl -lm -ltcl -lSDL -lpthread 1>&5
/usr/bin/ld: cannot find -lSDL_mixer
collect2: ld returned 1 ex...
2005 Aug 22
1
An lgrind definition for the S language
...rsion the available language definitions are
$ lgrind -s
When specifying a language case is insignificant. You can use the
name of the language, or, where available, one of the synonyms in
parantheses. Thus the following are legal and mark Tcl/Tk, Pascal
and Fortran input, respectively:
lgrind -ltcl/tk ...
lgrind -lpaSCAL ...
lgrind -lf ...
The list of languages currently available in your lgrindef file:
Ada MLisp (Emacs Mock Lisp)
Asm SML/NJ (ML)
Asm68 Scheme (scm)
BASIC...
2001 Aug 28
2
[patch] known hosts with ports
...tch is attached to this mail.
I'd be grateful for thoughts on whether this is a sane approach to the
problem; anyone please feel free to use the patch under the BSD licence.
Apologies if this is not an appropriate list for the mailing.
Regards,
Matthew
--
Matthew M Lavy MA MPhil ARCM LTCL
Technical Systems Developer
Jesus College, Cambridge CB5 8BL
Tel: 01223 339944
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssh-client.diff
Type: application/octet-stream
Size: 406 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-un...
2002 Oct 22
0
dyn.load()
...;R"
on UNIX:
> uname -a
SunOS amtss014 5.8 Generic_108528-01 sun4u sparc SUNW,Ultra-Enterprise
I compiled the shared library as follows:
cc -o libRClib.so -G RCtest.c \
-I${SYBASE}/embeddedsql/include \
-I${FIRAS_INCLUDE} \
-L${SYBASE}/embeddedsql/lib -L${FIRAS_LIB} \
-ldl -lct -lcs -ltcl -lcomn -lintl -lnsl \
-lmm_infc -lmm_fc -lm
I tried different orderings for the included libraries; to no avail.
I also used the shared library from a test programme. It compile and ran correctly.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing lis...
2002 Oct 12
0
tkrplot
...lot package (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 De...
2002 Sep 27
1
R1.5.1,tcltk,IRIX
the built version of R (built using shared libraries) doesn't appear to
find tcl/tk:
Please help.
Details:
SGI configuration:
7.3.1.3m compilers from SGI
uname -aR = IRIX64 mendel 6.5 6.5.16f 04101930 IP35
We built R on an SGI system using the following configure script:
# explicitly choose vendor compilers for R rather than GNU
# optimise output to support highest level of performance
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...: tcltk
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/soft/R/v1.5.1/lib/R/library/tcltk/libs/tcltk.so":
dlopen: /soft/R/v1.5.1/lib/R/library/tcltk/libs/tcltk.so: symbol
"Tcl_GetDoubleFromObj" unresolved
Error in .C("delTcl", PACKAGE = "tcltk") :
C/Fortran function name not in load table
Error in eval.with.vis(expr, envir, enclos) :
tcltk support is absent
>
------------------------------------------------------
build:
tcsh
setenv CC /usr/bin/cc
setenv F77 /usr/bin/f77
setenv MAKE /so...