From: Jarkko Hietaniemi Date: Sat, 9 Aug 2003 07:28:41 +0000 (+0000) Subject: The libcygipc doesn't really work with the Perl SysV IPC tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bf8728c009dcec88a168e56c645c4ef772e11fe;p=p5sagit%2Fp5-mst-13.2.git The libcygipc doesn't really work with the Perl SysV IPC tests so no much point in adding it yet. p4raw-id: //depot/perl@20577 --- diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 32d0326..b075b5c 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -23,8 +23,10 @@ so='dll' libswanted=`echo " $libswanted " | sed -e 's/ c / /g'` # - eliminate -lm, symlink to libcygwin.a libswanted=`echo " $libswanted " | sed -e 's/ m / /g'` -# - add libgdbm_compat & libcygipc to $libswanted -libswanted="$libswanted gdbm_compat cygipc" +# - add libgdbm_compat $libswanted +# - libcygipc doesn't work much at all with +# the Perl SysV IPC tests so not adding it --jhi 2003-08-09 +libswanted="$libswanted gdbm_compat" test -z "$optimize" && optimize='-O2' ccflags="$ccflags -DPERL_USE_SAFE_PUTENV" # - otherwise i686-cygwin