X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fesix4.sh;h=3d3145d255030dcbd45424bd28903d2f125e254e;hb=9a48f954e7ff810c2e5e8489c1ec22a718c4bb1c;hp=c8dec8a8b8e2c015b61fbf5a0f4a2a22b40c87f3;hpb=f4cb4c40de81ad9c5a8e775c2298ec5a52130124;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/esix4.sh b/hints/esix4.sh index c8dec8a..3d3145d 100644 --- a/hints/esix4.sh +++ b/hints/esix4.sh @@ -19,7 +19,7 @@ if test "$osvers" = "3.0"; then d_gconvert='undef' grep 'define[ ]*AF_OSI[ ]' /usr/include/sys/socket.h | grep '/\*[^*]*$' >/tmp/esix$$ if test -s /tmp/esix$$; then - cat <&2 WARNING: You are likely to have problems compiling the Socket extension unless you fix the unterminated comment for AF_OSI in the file @@ -30,7 +30,7 @@ EOM rm -f /tmp/esix$$ fi -cat <<'EOM' +cat <<'EOM' >&4 If you wish to use dynamic linking, you must use LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH