Unsolved symbols: meet_ Tcl_EvalObjv (PR#2090)

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
02 Oct 2002 01:25:52 +0200


kleiweg@let.rug.nl writes:

> Running 'make check' I get two errors:
> 
> running code in 'mva-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: meet_ (code)  from /users1/kleiweg/R-1.6.0-source/library/cluster/libs/cluster.sl

Wouldn't know about that one.
 
> running code in 'tcltk-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: Tcl_EvalObjv (code)  from /users1/kleiweg/R-1.6.0-source/library/tcltk/libs/tcltk.sl

Which version of Tcl? That function has been around at least since
8.1, so I'm guessing 8.0. It's only being used by RTcl_ReadConsole
&friends so you might try taking that whole section of tcltk.c out by
replacing the

#ifndef Win32

with 

#if !defined(Win32) & !defined(Tcl80) 

or, less ceremoniously, 

#if 0

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._