Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "bmj2001" To: Subject: I think I have this solved. Date: Thu, 21 Jun 2001 00:42:15 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Copy winsup, newlib, and binutils 2.11.2 to gcc-3.0. directories from binutils binutils ld gas intl gprof bfd opcodes everything but zlib and libiberty. One thing I noticed is that Cygwin, binutils, and gcc have either zlib or libiberty or both in their main directories. At least copy winsup and newlib to gcc-3.0 directory, either that or name it to something else like compiler. I said binutils too. Reason for this is that the new compiler will build binutils as well as a new cygwin dll and other libraries like w32api, cygwin api, and mingw api. problem is, CFLAGS="-march=pentium -mcpu=pentium -D__CYGWIN__" ../configure --enable-sjlj-exceptions --disable-shared --disable-libgcj --en able-maintainer-mode Also please change the Makefile in gcc-3.0/gcc from CFLAGS= -g STAGE1_CFLAGS= -g @stage1_cflags@ BOOT_CFLAGS= -g -O2 to what you want This is a bug in the makefile. As it is, it won't configure at all. It needs to be fixed. Also so far, libstdc++v3 makefiles need work to get rid of the debugging into too. this will pick up the winsup directory and the newlib directory. This is theory right now. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple