From owner-freebsd-sparc Thu Mar 30 19:25:51 2000 Delivered-To: freebsd-sparc@freebsd.org Received: from mobile.gerp.org (caffeine.gerp.org [216.80.26.45]) by hub.freebsd.org (Postfix) with SMTP id 8C57B37C2FE for ; Thu, 30 Mar 2000 19:25:49 -0800 (PST) (envelope-from kdulzo@mobile.gerp.org) Received: (qmail 15141 invoked by uid 100); 31 Mar 2000 03:25:48 -0000 Date: Thu, 30 Mar 2000 21:25:48 -0600 From: "Kevin M. Dulzo" To: freebsd-sparc@freebsd.org Subject: Cross compilation problems Message-ID: <20000330212548.A15132@mobile.gerp.org> Reply-To: kdulzo@gerp.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After my windy intro, my cross compilation still bombs out in the libio portion. It really seems to have built the compiler but is dying someplace later on (not a gcc internals guru). One of the things that bugs me is the C preprocessor line using /lib/cpp -- that seems odd. Any suggestions? Anyone successfully build these tools yet? -Kevin Here is the failure output: make all-recursive Making all in intl Making all in lib Making all in makeinfo (cd intl && make all) Configuring in sparc-netbsd/libiberty loading cache ./config.cache checking host system type... sparc-unknown-netbsd checking build system type... i386-unknown-freebsdelf checking for sparc-netbsd-ar... sparc-netbsd-ar checking for sparc-netbsd-ranlib... sparc-netbsd-ranlib checking for gcc... /usr/local/sparc-netbsd/src/contrib/gcc/gcc/xgcc -B/usr/local/sparc-netbsd/src/contrib/gcc/gcc/ -B/usr/local/sparc-netbsd/sparc-netbsd/bin/ checking whether we are using GNU C... yes checking whether /usr/local/sparc-netbsd/src/contrib/gcc/gcc/xgcc -B/usr/local/sparc-netbsd/src/contrib/gcc/gcc/ -B/usr/local/sparc-netbsd/sparc-netbsd/bin/ accepts -g... yes checking for POSIXized ISC... no checking for a BSD compatible install... /usr/bin/install -c xhost-mkfrag is unchanged checking how to run the C preprocessor... /lib/cpp checking for sys/file.h... no checking for sys/param.h... no checking for stdlib.h... no checking for string.h... no checking for unistd.h... no checking for strings.h... no checking for sys/time.h... no checking for sys/resource.h... no checking for sys/wait.h that is POSIX.1 compatible... no checking whether the C compiler (/usr/local/sparc-netbsd/src/contrib/gcc/gcc/xgcc -B/usr/local/sparc-netbsd/src/contrib/gcc/gcc/ -B/usr/local/sparc-netbsd/sparc-netbsd/bin/ -g -O2 ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. *** Error code 1 Stop in /usr/local/sparc-netbsd/src/contrib/gcc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message