This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: zlib broken in CVS



   Hi,


   I found this message in the mailing list archive. It describes
exactly the problem that I have on my machine but nobody answered to
this message and AFAIK there has been no change there in CVS.
   So what's up?

   Currently I get by with the following, very incorrect, patch.
Unfortunately I really don't know enough about the gcc build process
and not enough time to learn to have a hope of finding the right
fix. Hopefully someone knows what to do.


Index: zlib/configure
===================================================================
RCS file: /cvs/gcc/egcs/zlib/configure,v
retrieving revision 1.10
diff -u -r1.10 configure
--- configure   2000/09/06 19:13:01     1.10
+++ configure   2000/10/03 06:42:38
@@ -955,15 +955,15 @@
 fi
 
 
-if test "${srcdir}" = "."; then
-  if test "${with_target_subdir}" != "."; then
-    zlib_basedir="${srcdir}/${with_multisrctop}../"
-  else
-    zlib_basedir="${srcdir}/${with_multisrctop}"
-  fi
-else
+#if test "${srcdir}" = "."; then
+#  if test "${with_target_subdir}" != "."; then
+#    zlib_basedir="${srcdir}/${with_multisrctop}../"
+#  else
+#    zlib_basedir="${srcdir}/${with_multisrctop}"
+#  fi
+#else
   zlib_basedir="${srcdir}/"
-fi
+#fi
 
 
 # Check whether --with-system-zlib or --without-system-zlib was given.


--
Francois Gouget         fgouget@free.fr        http://fgouget.free.fr/
            Before you criticize someone, walk a mile in his shoes.
       That way, if he gets angry, he'll be a mile away - and barefoot.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]