Update of /cvsroot/libsysio/libsysio
In directory sc8-pr-cvs1:/tmp/cvs-serv28674
Modified Files:
Tag: cplant
README
Log Message:
Merge HEAD changes into cplant branch
Index: README
===================================================================
RCS file: /cvsroot/libsysio/libsysio/README,v
retrieving revision 1.2.16.1
retrieving revision 1.2.16.2
diff -u -w -b -B -p -r1.2.16.1 -r1.2.16.2
--- README 28 Aug 2003 13:43:09 -0000 1.2.16.1
+++ README 14 Oct 2003 23:39:36 -0000 1.2.16.2
@@ -53,3 +53,14 @@ is required. They are not on a timer, un
one for them. They just disappear as resource is needed elsewhere. As they
were automatically mounted to begin with, they should re-establish as needed,
transparently.
+
+REDSTORM
+--------
+
+The following works for me:
+
+#!/bin/sh
+
+export CFLAGS="-DREDSTORM -nostdinc -isystem /home/lee/REDSTORM/catamount/computeincs/i386 -isystem /home/lee/REDSTORM/catamount/include -g -W -Wall -ansi"
+
+sh configure --with-autmount=".mount" --with-native=yes --with-incore-yes --with-stdfd=yes --with-tests=yes
|