From 4da784c049b79b76d8c1b82297bd27f45ead9377 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 28 Mar 2007 08:01:00 -0700 Subject: Version abc70328 --- readme | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme') diff --git a/readme b/readme index 03963f73..5c06d4b5 100644 --- a/readme +++ b/readme @@ -17,6 +17,9 @@ Several things to try if it does not compile on your platform: (c) Comment calls to Libs_Init() and Libs_End() in "src\base\main\mainInit.c" - Try linking with gcc (rather than g++) For this replace "LD := g++" with "LD := gcc -lm" in Makefile +- If your Linux distributin does not have "readline", you may have problems + compiling ABC with gcc. Please try installing this library from + http://tiswww.case.edu/php/chet/readline/rltop.html Finally, run regression test: -- cgit v1.2.3