X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnext_3_0.sh;h=b8cc2c2d9052fdf0058a1567f7582f50c585a23a;hb=9ad0a0f606dfe6bb2ec67942ae23eef93c8ce770;hp=080829bd271ce7cf5381e742ea12fac1a105ca8b;hpb=da97b63592579e9abf653c6c7efb8fa39d8229ae;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/next_3_0.sh b/hints/next_3_0.sh index 080829b..b8cc2c2 100644 --- a/hints/next_3_0.sh +++ b/hints/next_3_0.sh @@ -6,15 +6,15 @@ # , based on suggestions by Andreas # Koenig and Andy Dougherty. -echo With NS 3.0 you won\'t be able to use the POSIX module. -echo Be aware that some of the tests that are run during "make test" -echo will fail due to the lack of POSIX support on this system. -echo -echo Also, if you have the GDBM installed, make sure the header file -echo is located at a place on the system where the C compiler will -echo find it. By default, it is placed in /usr/local/include/gdbm.h. -echo It will not be found there. Try moving it to -echo /NextDeveloper/Headers/bsd/gdbm.h. +echo With NS 3.0 you won\'t be able to use the POSIX module. >&4 +echo Be aware that some of the tests that are run during \"make test\" >&4 +echo will fail due to the lack of POSIX support on this system. >&4 +echo >&4 +echo Also, if you have the GDBM installed, make sure the header file >&4 +echo is located at a place on the system where the C compiler will >&4 +echo find it. By default, it is placed in /usr/local/include/gdbm.h. >&4 +echo It will not be found there. Try moving it to >&4 +echo /NextDeveloper/Headers/bsd/gdbm.h. >&4 ccflags='-DUSE_NEXT_CTYPE -DNEXT30_NO_ATTRIBUTE' POSIX_cflags='ccflags="-posix $ccflags"'