The libcygipc doesn't really work with the Perl SysV IPC tests
Jarkko Hietaniemi [Sat, 9 Aug 2003 07:28:41 +0000 (07:28 +0000)]
so no much point in adding it yet.

p4raw-id: //depot/perl@20577

hints/cygwin.sh

index 32d0326..b075b5c 100644 (file)
@@ -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