[R] tcltk support....

Peter Dalgaard p.dalgaard at biostat.ku.dk
Thu Apr 26 11:55:56 CEST 2007


Stefan Grosse wrote:
>> To my excuse I can say that I would have expected configure to issue
>> an error or warning.
>>     
>
> I am absolutely certain that there was a remark during configure... you
> probably just have overseen that.
>
>   
There's a whole sequence of them. Here's how it looks when succesful 
(Fedora)

checking for tclConfig.sh... no
checking for tclConfig.sh in library (sub)directories... 
/usr/lib/tclConfig.sh
checking for tkConfig.sh... no
checking for tkConfig.sh in library (sub)directories... /usr/lib/tkConfig.sh
checking /usr/include/tcl8.4/generic/tcl.h usability... no
checking /usr/include/tcl8.4/generic/tcl.h presence... no
checking for /usr/include/tcl8.4/generic/tcl.h... no
checking /usr/include/tcl8.4/tcl.h usability... no
checking /usr/include/tcl8.4/tcl.h presence... no
checking for /usr/include/tcl8.4/tcl.h... no
checking /usr/include/tcl.h usability... yes
checking /usr/include/tcl.h presence... yes
checking for /usr/include/tcl.h... yes
checking /usr/include/tk8.4/generic/tk.h usability... no
checking /usr/include/tk8.4/generic/tk.h presence... no
checking for /usr/include/tk8.4/generic/tk.h... no
checking /usr/include/tk8.4/tk.h usability... no
checking /usr/include/tk8.4/tk.h presence... no
checking for /usr/include/tk8.4/tk.h... no
checking /usr/include/tcl8.4/tk.h usability... no
checking /usr/include/tcl8.4/tk.h presence... no
checking for /usr/include/tcl8.4/tk.h... no
checking /usr/include/tk.h usability... yes
checking /usr/include/tk.h presence... yes
checking for /usr/include/tk.h... yes
checking whether compiling/linking Tcl/Tk code works... yes

And at the end you should get:

  Interfaces supported:      X11, tcltk
 
but of course you need to check that tcltk is there...

>> I did run it  configure with --with-tcltk. But there was not a singel
>> message which would point me to the fact that some packages on my
>> system are missing.
>>
>>     
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list