OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Feb 2000 03:54:05 +0000 (03:54 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 9 Feb 2000 03:54:05 +0000 (03:54 +0000)
(reported by Yitzchak Scott-Thoennes in p5p)

p4raw-id: //depot/cfgperl@5048

Configure

index ab494ff..2a8cf9b 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Wed Feb  9 04:55:51 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Wed Feb  9 05:56:14 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
@@ -13851,7 +13851,7 @@ ccflags="$ccflags"
 ldflags="$ldflags"
 libs="$libs"
 exe_ext="$exe_ext"
-$cc $optimize $ccflags $ldflags -o try$exe_ext try.c $libs && ./try$exe_ext
+$cc $optimize $ccflags $ldflags -o try try.c $libs && ./try$exe_ext
 EOSH
 chmod +x Cppsym.try
 $eunicefix Cppsym.try