From owner-freebsd-questions@FreeBSD.ORG Wed May 11 13:56:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 240BD16A4CE for ; Wed, 11 May 2005 13:56:29 +0000 (GMT) Received: from juanillo.no-ip.info (DWM-93-117.go.retevision.es [81.60.117.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6E943D86 for ; Wed, 11 May 2005 13:56:28 +0000 (GMT) (envelope-from jrh@juanillo.no-ip.info) Received: from juanillo.no-ip.info (localhost [127.0.0.1]) by juanillo.no-ip.info (8.13.1/8.13.1) with ESMTP id j4BDq6Gv032522 for ; Wed, 11 May 2005 15:52:07 +0200 (CEST) (envelope-from jrh@juanillo.no-ip.info) Received: (from root@localhost) by juanillo.no-ip.info (8.13.1/8.13.1/Submit) id j4BDq6B2032521 for freebsd-questions@freebsd.org; Wed, 11 May 2005 15:52:06 +0200 (CEST) (envelope-from jrh) Date: Wed, 11 May 2005 15:52:06 +0200 (CEST) From: Juan Fco Rodriguez Hervella Message-Id: <200505111352.j4BDq6B2032521@juanillo.no-ip.info> To: freebsd-questions@freebsd.org Subject: Compiler error when doing make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 13:56:29 -0000 cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc -I. -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c: In function `really_start_method': /usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc/objc/objc-act.c:7819: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions PS: If I remove the -O option, it does compile! I'm looking forward to any comment from you all, thanks in advance