1 Jun 2001 09:03
Re: new release
Michael Sperber [Mr. Preprocessor] <sperber <at> informatik.uni-tuebingen.de>
2001-06-01 07:03:06 GMT
2001-06-01 07:03:06 GMT
>>>>> "Richard" == Richard A Kelsey <kelsey <at> mumble.net> writes: Richard> Scheme 48 version 0.56 is now available at s48.org. 0.56 has fixes Richard> for some recently-reported bugs: Richard> - Added scheme/posix to the list of directories that get installed. Unfortunately, that part doesn't work yet. Here's what's missing.
*** Makefile.in~ Mon May 28 17:15:14 2001
--- Makefile.in Fri Jun 1 09:01:57 2001
***************
*** 278,284 ****
echo "$(LIB) not a writable directory" >&2; \
exit 1; \
}
! for dir in rts env big opt misc link; do \
{ mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \
echo "$(LIB)/$$dir not a writable directory" >&2; \
exit 1; \
--- 278,284 ----
echo "$(LIB) not a writable directory" >&2; \
exit 1; \
}
! for dir in rts env big opt misc link posix; do \
{ mkdir -p $(LIB)/$$dir && [ -w $(LIB)/$$dir ]; } || { \
echo "$(LIB)/$$dir not a writable directory" >&2; \
exit 1; \
(Continue reading)
RSS Feed