public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* zlib broken in CVS
@ 2000-09-19  9:28 Jamie Lokier
  0 siblings, 0 replies; 2+ messages in thread
From: Jamie Lokier @ 2000-09-19  9:28 UTC (permalink / raw)
  To: gcc

Hi,

I just updated to the latest from CVS, did
  ./configure --prefix=/usr/local i386-redhat-linux
and got this error message:

creating ./config.status
creating Makefile
./config.status: ./..//../config-ml.in: No such file or directory
Configure in /temp/cvs-gcc/gcc/zlib failed, exiting.

What's up?  (I have only checked out the gcc module of course).

thanks,
-- Jamie

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: zlib broken in CVS
@ 2000-10-02 23:44 Francois Gouget
  0 siblings, 0 replies; 2+ messages in thread
From: Francois Gouget @ 2000-10-02 23:44 UTC (permalink / raw)
  To: gcc

   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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-10-02 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-19  9:28 zlib broken in CVS Jamie Lokier
2000-10-02 23:44 Francois Gouget

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).