public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Cavit Cahit VURAL <ccvural@yahoo.com>
To: gdb@sourceware.org, gdb@sources.redhat.com
Subject: Building GDB with MinGW
Date: Thu, 07 Oct 2004 12:42:00 -0000	[thread overview]
Message-ID: <20041007122329.46524.qmail@web11901.mail.yahoo.com> (raw)
In-Reply-To: <415E6EA9.5080701@meer.net>

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 

WARNING: multiple messages have this Message-ID
From: Cavit Cahit VURAL <ccvural@yahoo.com>
To: gdb@sourceware.org, gdb@sources.redhat.com
Subject: Building GDB with MinGW
Date: Thu, 07 Oct 2004 12:48:00 -0000	[thread overview]
Message-ID: <20041007122329.46524.qmail@web11901.mail.yahoo.com> (raw)
Message-ID: <20041007124800.58yc9CYe17eqla3jB3b9-IwIGDQfYO7a39F3GGnm1tE@z> (raw)
In-Reply-To: <415E6EA9.5080701@meer.net>

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 

  parent reply	other threads:[~2004-10-07 12:23 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-01 14:25 MinGW Cavit Cahit VURAL
2004-10-01 14:36 ` MinGW Fabian Cenedese
2004-10-01 14:51   ` MinGW Cavit Cahit VURAL
2004-10-01 14:56     ` Building GDB with MinGW Cavit Cahit VURAL
2004-10-01 15:10       ` Building GDB with MinGW (2) Cavit Cahit VURAL
2004-10-01 15:16         ` Building GDB with MinGW (3) Cavit Cahit VURAL
2004-10-01 16:51           ` Joel Brobecker
2004-10-02  2:21             ` Dan Mosedale
2004-10-02  3:37               ` Christopher Faylor
2004-10-02  5:20                 ` Building GDB with MinGW (4) Cavit Cahit VURAL
2004-10-02  9:03                   ` Cavit Cahit VURAL
2004-10-02 15:14                 ` Building GDB with MinGW (3) Dan Mosedale
2004-10-07 12:23                   ` Building GDB with MinGW Cavit Cahit VURAL
2004-10-07 12:36                     ` Cavit Cahit VURAL
2004-10-07 12:42                   ` Cavit Cahit VURAL [this message]
2004-10-07 12:48                     ` Cavit Cahit VURAL
2004-10-01 20:23           ` Building GDB with MinGW (3) Eli Zaretskii
2004-10-01 21:22             ` Cavit Cahit VURAL

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041007122329.46524.qmail@web11901.mail.yahoo.com \
    --to=ccvural@yahoo.com \
    --cc=gdb@sources.redhat.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).