From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10710 invoked by alias); 30 Oct 2003 21:54:01 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10610 invoked by uid 48); 30 Oct 2003 21:54:00 -0000 Date: Thu, 30 Oct 2003 21:57:00 -0000 From: "caw at gasnaturalban dot com dot ar" To: gcc-bugs@gcc.gnu.org Message-ID: <20031030215345.12848.caw@gasnaturalban.com.ar> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/12848] New: size of char... configure: error X-Bugzilla-Reason: CC X-SW-Source: 2003-10/txt/msg02768.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12848 Summary: size of char... configure: error Product: gcc Version: 3.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: caw at gasnaturalban dot com dot ar CC: gcc-bugs at gcc dot gnu dot org I'm installing gcc 3.2 on an IBM Mainframe. I have binutils 2.12.90.0.15 with the patch for s390 downloaded from IBM, glibc 2.2.5 and kernel 2.2.16. I have created a target directory for gcc and when I run 'configure' on it I receive the following messages: Configuring fastjar... loading cache ../config.cache checking for a BSD compatible install... (cached) /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... (cached) gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... yes checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for a BSD compatible install... /usr/bin/ginstall -c checking for rm... /bin/rm checking for cp... /bin/cp checking for strip... /usr/local/bin/strip checking for chmod... /bin/chmod checking for Cygwin environment... no checking for mingw32 environment... no checking for executable suffix... no checking whether to enable maintainer-specific portions of Makefiles... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) no checking whether struct tm is in sys/time.h or time.h... time.h checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for stdlib.h... (cached) yes checking for off_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking size of char... configure: error: can not run test program while cross compiling Configure in /mnt/dasdc/gcc-3.2-obj/fastjar failed, exiting. I made the configure with the option --disable-nls. Could You help me please? Thanks in advance, CLaudio.