Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <36DEAEF8.8ADDB8AF@ibm.net> Date: Thu, 04 Mar 1999 11:04:08 -0500 From: John Fortin X-Mailer: Mozilla 4.05 [en] (WinNT; U) MIME-Version: 1.0 To: Chris Faylor , cygdev Subject: Re: Question about making changes... References: <199903021832 DOT NAA29309 AT mulberry DOT mcl DOT cs DOT columbia DOT edu> <36DE09B4 DOT F7FCF40F AT ibm DOT net> <19990303203244 DOT J3450 AT cygnus DOT com> <36DE1249 DOT BAE4F20F AT ibm DOT net> <19990303210628 DOT A4950 AT cygnus DOT com> <36DE2A68 DOT C1DE54BB AT ibm DOT net> <19990304105437 DOT A1137 AT cygnus DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Chris, I wasn't asking you to debug my installation.. I t just seems strange to me that I can successfully build the 1-15 snapshot, and yet when I try to build the 2-22 snapshot I get tons of errors. I followed the exact same steps for both. Has something else changed that is not included in the snapshots, (i.e. new headers, libraries, egcs (is 1.1.1 required ?)) Has your setup changed since that snapshot? Are there addition steps required besides building newlib and winsup. If there are, I'll be happy to document and post it. Is a clean or configuration needed btwn snapshots. The current instructions are sketchy at best. If anyone else can shed light on this, please do. Thanks, John Fortin Chris Faylor wrote: > I'm sorry but I really wasn't volunteering to debug your configuration problems. > I would do it if I had the time but I don't. > > The fact that other people are managing to build snapshots leads me to believe > that whatever problem you are having is local to your installation. Possibly > the other cygwin-developers will be able to help you figure this out. > > One hint that I can give is that you should always build everything in a > directory which is different from the directory where you extracted the > sources. Also, make sure that you have the latest version of newlib, > etc. as well as the latest version of winsup. > > cgf > > On Wed, Mar 03, 1999 at 10:38:32PM -0800, fortinj AT ibm DOT net wrote: > >> Incidentally, are you reporting a bug with the 1999-2-22 snapshot? If > >> so, we'll need more details to determine why it is not building. As I > >> mentioned the snapshots are verified as buildable before they are made > >> available so it is likely that you haven't downloaded everything you > >> need to build things. > > > >I tried it again with the 1999-2-22 snapshot. It didn't compile. I was > >again successful in compiling the 1-15 snapshot after the 2-22 failure. > > > >this is what I did: > > > > /d/src/: tar -xvf cygwin-src-19990222_tar > > /d/obj/: make clean-target-newlib WORKED > > /d/obj/: make clean-target-winsup WORKED > > /d/obj/: make all-target-newlib FAILED > > /d/obj/: make all-target-winsup FAILED > > > > > >The results are attached for the failures. > > > >Thanks, > >John