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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Tom M. Yeh" To: "Cygwin" Subject: build new version of binutils Date: Mon, 5 Jun 2000 12:31:52 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal I upgraded binutils to the 5/29 snapshot by issuing the following command. /usr/src/binutils-000529/configure --target=i686-pc-cygwin --prefix=/usr -v 2>&1 | tee configure.out make -w all install 2>&1 | tee make.out Then, I rebuild gcc2.95.2 as follows /time/usr/src/gcc-2.95.2/configure --target=i686-pc-cygwin --prefix=/usr --w ith-gnu-as --with-gnu-ld -v 2>&1 | tee configure.out make -w LANGUAGES="c c++" 2>&1 | tee make.out Unfortunately, it cause a protection fault as follows. make[2]: Leaving directory `/tmp/gcc/gcc/intl' ./genattr /time/usr/src/gcc-2.95.2/gcc/config/i386/i386.md > tmp-attr.h 0 [main] genattr 8830 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION I tried to reinstall Cygwin and build gcc directly (w/o upgrading binutils). The result is the same. Does anyone know how to solve it? Thanks & Regards, Tom -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com