On Thu, 8 Oct 1998, Dr X Cai wrote:
> A minor problem now:
> I got the following message for smooth function during compilation on
> both DEC-alpha and RedHat5.1. Although the compiling went through, it
> does not have the function of 'smooth' which is quite useful for
me.
> Any ideas?
>
> ------------------------------------------
> ...
> Installing package `eda' ...
> libs
> cc -ieee_with_inexact -g -I/home/ming/R-0.62.3/include -I/src/include -c
line.c
> cc -ieee_with_inexact -g -I/home/ming/R-0.62.3/include -I/src/include -c
smooth.c
> ld -shared -o eda.so line.o smooth.o
> ld:
> Warning: Unresolved:
> ceil
> floor
> rsort
> fabs
> __exc_add_pc_range_table
> __exc_add_gp_range
> __exc_remove_pc_range_table
> __exc_remove_gp_range
These are only warnings from DEC ld when it creates shared objects. You
can supress them with LDFLAGS containing "-expect_unresolved *", you
have
to find out how to mask the star * properly, may be you have to insert
"\*" or "\\\*" in your config.site file.
But you should simply ignore these messages. After loading the eda library
> library(eda)
you should be able to run the example from the "smooth" help page
> ?smooth
> .... copy + paste example section
It works on my Alpha (Digital Unix 4.0D)
Albrecht
......................................................................
| Albrecht Gebhardt Tel.: (++43 463) 2700/837 |
| Institut fuer Mathematik Fax : (++43 463) 2700/834 |
| Universitaet Klagenfurt mailto:albrecht.gebhardt at uni-klu.ac.at |
| Villacher Str. 161 http://www-stat.uni-klu.ac.at/~agebhard |
| A-9020 Klagenfurt, Austria |
`--------------------------------------------------------------------'
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._