[Libsysio-commit] RedStorm: libsysio README
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-05-27 13:44:34
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs1:/tmp/cvs-serv30332 Modified Files: Tag: RedStorm README Log Message: Tests supported now. Found getopt() decl. Index: README =================================================================== RCS file: /cvsroot/libsysio/libsysio/README,v retrieving revision 1.2.12.1 retrieving revision 1.2.12.2 diff -u -w -b -B -p -r1.2.12.1 -r1.2.12.2 --- README 19 May 2003 13:51:20 -0000 1.2.12.1 +++ README 27 May 2003 13:44:30 -0000 1.2.12.2 @@ -63,8 +63,4 @@ The following works for me: export CFLAGS="-DREDSTORM -nostdinc -isystem /home/lee/REDSTORM/catamount/computeincs/i386 -isystem /home/lee/REDSTORM/catamount/include -g -W -Wall -ansi" -# No tests until the compute libraries include support for getopt! -sh configure --with-autmount=".mount" --with-native=yes --with-incore-yes --with-stdfd=yes --with-tests=no - -Support for getopt is supposed to be coming soon. The tests can be reenabled -when that happens, I hope. +sh configure --with-autmount=".mount" --with-native=yes --with-incore-yes --with-stdfd=yes --with-tests=yes |