summaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2006-06-11 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2006-06-11 08:01:00 -0700
commit3db1557f45b03875a0a0b8adddcc15c4565895d2 (patch)
tree2896d20ddcb85ae4aa7245ca28bc585f567fea54 /readme
parent7d0921330b1f4e789901b4c2450920e7c412f95f (diff)
downloadabc-3db1557f45b03875a0a0b8adddcc15c4565895d2.tar.gz
abc-3db1557f45b03875a0a0b8adddcc15c4565895d2.tar.bz2
abc-3db1557f45b03875a0a0b8adddcc15c4565895d2.zip
Version abc60611
Diffstat (limited to 'readme')
-rw-r--r--readme13
1 files changed, 9 insertions, 4 deletions
diff --git a/readme b/readme
index 49204a32..03963f73 100644
--- a/readme
+++ b/readme
@@ -4,15 +4,20 @@ The following steps may be needed to compile it on UNIX:
>> dos2unix Makefile Makefile
>> dos2unix depends.sh depends.sh
>> chmod 755 depends.sh
->> make
+>> make // on Solaris, try "gmake"
If compiling as a static library, it is necessary to uncomment
#define _LIB in "src/abc/main/main.c"
-
Several things to try if it does not compile on your platform:
-- Try running all code through dos2unix (Solaris)
-- Try removing flags from the libs line (LIBS :=) in Makefile (Mac)
+- Try running all code (not only Makefile and depends.sh) through dos2unix
+- Try the following actions:
+ (a) Remove flags from the libs line (LIBS :=) in Makefile
+ (b) Remove "src\base\main\libSupport.c" from "src\base\main\module.make"
+ (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
+
Finally, run regression test:
abc>>> so regtest.script