From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22943 invoked by alias); 7 Oct 2004 12:23:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22825 invoked from network); 7 Oct 2004 12:23:33 -0000 Received: from unknown (HELO web11901.mail.yahoo.com) (216.136.172.185) by sourceware.org with SMTP; 7 Oct 2004 12:23:33 -0000 Message-ID: <20041007122329.46524.qmail@web11901.mail.yahoo.com> Received: from [195.175.37.22] by web11901.mail.yahoo.com via HTTP; Thu, 07 Oct 2004 05:23:29 PDT Date: Thu, 07 Oct 2004 12:42:00 -0000 From: Cavit Cahit VURAL Subject: Building GDB with MinGW To: gdb@sourceware.org, gdb@sources.redhat.com In-Reply-To: <415E6EA9.5080701@meer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00204.txt.bz2 Hi, Still, trying to compile gdb 6.2.1 on MinGW. I compiled readline at last, no problem with readline. But when configuring gdb to compile , got an error as // configure: error: *** Gdb does not support native target i686-pc-mingw32 // Now what's wrong. What to do ? CC Vural Here is all of the configuration output : Configuring in gdb creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for AIX... no checking for POSIXized ISC... no checking for gcc option to accept ANSI C... none needed checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking build system type... i686-pc-mingw32 checking for ranlib... ranlib checking whether make sets ${MAKE}... ./configure: eval: line 1: unexpected EOF while looking for matching `"' ./configure: eval: line 2: syntax error: unexpected end of file no checking for ranlib... (cached) ranlib checking for ANSI C header files... yes checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... no checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... no checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for values.h... yes checking for sys/param.h... yes checking for sys/proc.h... no checking for sys/procfs.h... no checking for sys/ptrace.h... no checking for ptrace.h... no checking for sys/reg.h... no checking for sys/debugreg.h... no checking for sys/select.h... no checking for sys/syscall.h... no checking for sys/user.h... no checking for sys/wait.h... no checking for wait.h... no checking for termios.h... no checking for termio.h... no checking for sgtty.h... no checking for unistd.h... (cached) yes checking for curses.h... yes checking for ncurses.h... no checking for term.h... no checking for ctype.h... yes checking for time.h... yes checking for member st_blocks in struct stat... no checking whether getopt is declared... no checking return type of signal handlers... void checking for working const... (cached) yes checking for inline... (cached) inline checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) no checking for pid_t... yes checking for vfork.h... no checking for working vfork... no checking for canonicalize_file_name... no checking for realpath... no checking for poll... no checking for pread64... no checking for sbrk... no checking for setpgid... no checking for setpgrp... no checking for sigaction... no checking for sigprocmask... no checking for sigsetmask... no checking for socketpair... no checking for syscall... no checking whether setpgrp takes no argument... yes checking for sigsetjmp... no checking for GNU regex... no checking for td_pcb in struct thread... no checking for struct reg in machine/reg.h... no checking for r_fs in struct reg... no checking for r_gs in struct reg... no checking for PTRACE_GETREGS... no checking for PTRACE_GETFPXREGS... no checking for PT_GETDBREGS... no checking for PT_GETXMMREGS... no checking for uintptr_t in stdint.h... yes checking whether malloc must be declared... no checking whether realloc must be declared... no checking whether free must be declared... no checking whether strerror must be declared... no checking whether strdup must be declared... no checking whether strstr must be declared... no checking whether canonicalize_file_name must be declared... yes checking for HPUX save_state structure... no checking for member l_addr in struct link_map... no checking for member lm_addr in struct link_map... no checking for member som_addr in struct so_map... no checking for struct link_map32 in sys/link.h... no checking for long long support in compiler... yes checking for long long support in printf... no checking for long double support in compiler... yes checking for long double support in printf... no checking for long double support in scanf... no checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function checking for cygwin... no checking for X... no configure: error: *** Gdb does not support native target i686-pc-mingw32 C:\MSyS\bin\make.exe: *** [configure-gdb] Error 1 __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22955 invoked by alias); 7 Oct 2004 12:23:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22837 invoked from network); 7 Oct 2004 12:23:33 -0000 Received: from unknown (HELO web11901.mail.yahoo.com) (216.136.172.185) by sourceware.org with SMTP; 7 Oct 2004 12:23:33 -0000 Message-ID: <20041007122329.46524.qmail@web11901.mail.yahoo.com> Received: from [195.175.37.22] by web11901.mail.yahoo.com via HTTP; Thu, 07 Oct 2004 05:23:29 PDT Date: Thu, 07 Oct 2004 12:48:00 -0000 From: Cavit Cahit VURAL Subject: Building GDB with MinGW To: gdb@sourceware.org, gdb@sources.redhat.com In-Reply-To: <415E6EA9.5080701@meer.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00205.txt.bz2 Message-ID: <20041007124800.y_gACuvg807xZ-lp-mGDcSfNSDn2QqHtzAgWyxZB0U0@z> Hi, Still, trying to compile gdb 6.2.1 on MinGW. I compiled readline at last, no problem with readline. But when configuring gdb to compile , got an error as // configure: error: *** Gdb does not support native target i686-pc-mingw32 // Now what's wrong. What to do ? CC Vural Here is all of the configuration output : Configuring in gdb creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler (gcc -g -O2 ) works... yes checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for AIX... no checking for POSIXized ISC... no checking for gcc option to accept ANSI C... none needed checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking build system type... i686-pc-mingw32 checking for ranlib... ranlib checking whether make sets ${MAKE}... ./configure: eval: line 1: unexpected EOF while looking for matching `"' ./configure: eval: line 2: syntax error: unexpected end of file no checking for ranlib... (cached) ranlib checking for ANSI C header files... yes checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... no checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... no checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for values.h... yes checking for sys/param.h... yes checking for sys/proc.h... no checking for sys/procfs.h... no checking for sys/ptrace.h... no checking for ptrace.h... no checking for sys/reg.h... no checking for sys/debugreg.h... no checking for sys/select.h... no checking for sys/syscall.h... no checking for sys/user.h... no checking for sys/wait.h... no checking for wait.h... no checking for termios.h... no checking for termio.h... no checking for sgtty.h... no checking for unistd.h... (cached) yes checking for curses.h... yes checking for ncurses.h... no checking for term.h... no checking for ctype.h... yes checking for time.h... yes checking for member st_blocks in struct stat... no checking whether getopt is declared... no checking return type of signal handlers... void checking for working const... (cached) yes checking for inline... (cached) inline checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) no checking for pid_t... yes checking for vfork.h... no checking for working vfork... no checking for canonicalize_file_name... no checking for realpath... no checking for poll... no checking for pread64... no checking for sbrk... no checking for setpgid... no checking for setpgrp... no checking for sigaction... no checking for sigprocmask... no checking for sigsetmask... no checking for socketpair... no checking for syscall... no checking whether setpgrp takes no argument... yes checking for sigsetjmp... no checking for GNU regex... no checking for td_pcb in struct thread... no checking for struct reg in machine/reg.h... no checking for r_fs in struct reg... no checking for r_gs in struct reg... no checking for PTRACE_GETREGS... no checking for PTRACE_GETFPXREGS... no checking for PT_GETDBREGS... no checking for PT_GETXMMREGS... no checking for uintptr_t in stdint.h... yes checking whether malloc must be declared... no checking whether realloc must be declared... no checking whether free must be declared... no checking whether strerror must be declared... no checking whether strdup must be declared... no checking whether strstr must be declared... no checking whether canonicalize_file_name must be declared... yes checking for HPUX save_state structure... no checking for member l_addr in struct link_map... no checking for member lm_addr in struct link_map... no checking for member som_addr in struct so_map... no checking for struct link_map32 in sys/link.h... no checking for long long support in compiler... yes checking for long long support in printf... no checking for long double support in compiler... yes checking for long double support in printf... no checking for long double support in scanf... no checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function checking for cygwin... no checking for X... no configure: error: *** Gdb does not support native target i686-pc-mingw32 C:\MSyS\bin\make.exe: *** [configure-gdb] Error 1 __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail