Skip to content
Prev 7551 / 63424 Next

Late Make Problem with Readline (PR#1673)

Thanks for the quick reply.
On Sat, Jun 15, 2002 at 11:12:55AM +0100, ripley@stats.ox.ac.uk wrote:
Which manual? But anyway, I double checked and the version of readline
that I compiled uses the exact same flags. The configure script also
does not recognize readline when I do not link in the directory where
I compiled readline, so it is not a case of some other 32 bit readline
library being read in.
It compiled fine but R does not stop its error message.
OK.
Here are the two warnings before the fatal errors. I checked the line
numbers and I would think these files are not causing the problems I
am experiencing. I am certain the X libraries and whatever is being
read in from /usr/local/include are not 64 bit, but X11() seems to
work fine anyway.

cc -xarch=v9 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -xO5 -xlibmil -dalign -c graphics.c -o graphics.o
"graphics.c", line 5358: warning: initializer does not fit or is out of range: -1

cc -xarch=v9 -I. -I../../../src/include -I../../../src/include -I/usr/pubsw/X11R6/include -I/usr/local/include -DHAVE_CONFIG_H  -KPIC  -xO5 -xlibmil -dalign -c devX11.c -o .libs/devX11.o
"devX11.c", line 1081: warning: statement not reached
"devX11.c", line 1095: warning: statement not reached
"devX11.c", line 1407: warning: statement not reached

Thanks, Jeremy