From owner-freebsd-questions@FreeBSD.ORG Sat Sep 2 14:33:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B8E1C16A4DA for ; Sat, 2 Sep 2006 14:33:27 +0000 (UTC) (envelope-from g.one@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C2343D55 for ; Sat, 2 Sep 2006 14:33:27 +0000 (GMT) (envelope-from g.one@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id k82EXRg2025676 for ; Sat, 2 Sep 2006 07:33:27 -0700 (PDT) Received: from [192.168.2.3] (cpe-065-191-021-225.nc.res.rr.com [65.191.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k82EXOh5026461 for ; Sat, 2 Sep 2006 07:33:25 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-questions@freebsd.org Message-Id: From: g Date: Sat, 2 Sep 2006 10:33:21 -0400 X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Newbie Alert: compiling problem with gcc-4.1.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2006 14:33:27 -0000 :-) thanks for the patience and help. i tried to compile gcc-4.1.1. the OS is FreeBSD 6.1 intel pentium 4 processor intel desktop board d865gvhz 512 MB the problem has something to do with fixincludes. ************* snap shot after creating config.h *********************** config.status: creating config.h gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/fixincl.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/fixtests.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/fixfixes.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/server.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/procopen.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/fixlib.c gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing- prototypes -Wold-style-definition -Wmissing-format-attribute - pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/usr/ports/gcc-4.1.1/ fixincludes -I../include -I/usr/ports/gcc-4.1.1/fixincludes/../ include /usr/ports/gcc-4.1.1/fixincludes/fixopts.c gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a echo timestamp > full-stamp srcdir="/usr/ports/gcc-4.1.1/fixincludes" /bin/sh /usr/ports/ gcc-4.1.1/fixincludes/mkfixinc.sh i386-unknown-freebsd6.1 sed -e 's/@gcc_version@//' < > mkheadersT *** Error code 2 Stop in /usr/ports/objdir/build-i386-unknown-freebsd6.1/fixincludes. *** Error code 1 Stop in /usr/ports/objdir. ************************ end snap shot ************************************* thanks everyone, kris pointed out in my post before i didn't include enough information, thanks kris. i hope this is enough, if not, i also have a file which contains what i saw as it made bootstrap. i created that file by doing: make bootstrap > myErrorMakeBootstrap g.