Skip to content

Late Make Problem with Readline (PR#1673)

1 message · Brian Ripley

#
1) Was readline compiled under those same flags?  Was it compiled
under 64-bit mode at all?  (The manual does warn about that.)

2) You should be able to get ctest built by

(cd src/library/ctest; make)

but that should have happened anyway.

3) The actual error seems to be in interpreting the methods code.
That has nothing to do with readline (it is run in batch mode) so
there must be another difference.  It all points to problems with your
readline library.

Are you sure that there are not earlier error messages you have
overlooked/ignored?
On Sat, 15 Jun 2002 jerfox@stanford.edu wrote: