Skip to content
Prev 942 / 398506 Next

Re R-beta: 0.61.3: Problems on DEC Unix 4.0

"David Barber" <david at ohiolink.edu> writes:
As I mentioned in another post, the problem is that it doesn't want to
look all over the system disk for the location of the readline include
files, so what can happen is that it finds libreadline in a standard
location and decides that readline is there but can't find the include
files later on.

All you have to do is to supply a -I argument to gcc with the correct
location. Of course, there are some locations that are semi-standard
(/opt/gnu, e.g.) and probably configure can be persuaded to do a
better search. Or, make a symbolic link to the actual location from
/usr/local/include.
This one is nasty! I bet something is not quite 64-bit clean. If you
know your way around gdb, it would be very nice to see a stack trace
at the point where the error is generated (line 307,
src/main/memory.c).