[R-SIG-Mac]R cannot run on Mac 10.2

Jun Tan jtan@student.stat.wvu.edu
Thu, 5 Sep 2002 10:37:51 -0400 (EDT)


Hello, I have a question about how to run R on Mac10.2.
Originally, I was using R 1.5.1 on Mac10.1. It worked fine. However, after
I upgrade to 10.2, it crashed every time when I start it. Here is the
error message:
dyld: /usr/local/lib/R/bin/R.bin Undefined symbols:
/sw/lib/libreadline.4.2.dylib undefined reference to _tgoto expected to be
defin
ed in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tputs expected to be
defin
ed in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetent expected to
be def
ined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetflag expected to
be de
fined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetnum expected to
be def
ined in /usr/lib/libSystem.B.dylib
/sw/lib/libreadline.4.2.dylib undefined reference to _tgetstr expected to
be def
ined in /usr/lib/libSystem.B.dylib
Trace/BPT trap

I guess apple has change some definitions in its library. Maybe replace
the libreadline to a newer version will solve this problem? Where can I
get the newest version of libreadline? Does anyone have any ideal about
how to solve this problem?

Jun