* GDB 5.1.2 MINGW32 problems
@ 2002-08-01 12:26 Igor Gnip
0 siblings, 0 replies; 2+ messages in thread
From: Igor Gnip @ 2002-08-01 12:26 UTC (permalink / raw)
To: gdb
I am trying to compile RHIDE (www.rhide.com) for mingw32 platform ...
it needs gdb 5.0 or later sources compiled in to make integrated debugger
work ...
I have solved the "readline" GDB 5+ problem in mingw32 buy installing
readline 4.2 mingw32 port and disabling readline that came with gdb ...
but now some other problems occured:
......
checking for struct link_map32 in sys/link.h... no
checking for main in -lm... yes
checking for wctype in -lc... no
checking for wctype in -lw... 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 for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment
-Wtrigrap
hs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
checking for cygwin... no
checking for tgetent in -lncurses... no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... (cached) yes
checking for X... no
configure: error: *** Gdb does not support native target i686-pc-mingw32
Configure in /mingw/src/gdb-5.2.1/mybuild/gdb failed, exiting.
Igor@LALA /mingw/src/gdb-5.2.1/mybuild
$
do I need any patches and where can I find them ?
(my examining gdb-5.2.1/gdb/configure script I have come to conclusion that
${gdb_host} is undefined
or that there is no gdb-5.2.1/gdb/config/mingw32.mh file - but there
is cygwin.mh so why there is no mingw32?
I have also tried to make configure script use cygwin file instead with no
luck...
I am no wizard so please help me.
Any GDB version starting with 5.0 is good for me if it can compile on mingw32 ...
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: GDB 5.1.2 MINGW32 problems
@ 2002-08-02 2:41 Andrew Volkov
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Volkov @ 2002-08-02 2:41 UTC (permalink / raw)
To: Igor Gnip, gdb
Hi Igor,
>I am trying to compile RHIDE (www.rhide.com) for mingw32 platform ...
>
>it needs gdb 5.0 or later sources compiled in to make
>integrated debugger
>work ...
>
>I have solved the "readline" GDB 5+ problem in mingw32 buy installing
>readline 4.2 mingw32 port and disabling readline that came
>with gdb ...
>
>
>but now some other problems occured:
>
>......
>checking for struct link_map32 in sys/link.h... no
>checking for main in -lm... yes
>checking for wctype in -lc... no
>checking for wctype in -lw... 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 for unistd.h... (cached) yes
>checking for getpagesize... (cached) yes
>checking for working mmap... (cached) no
>checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment
>-Wtrigrap
>hs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
>checking for cygwin... no
>checking for tgetent in -lncurses... no
>checking for tgetent in -lHcurses... no
>checking for tgetent in -ltermlib... no
>checking for tgetent in -ltermcap... (cached) yes
>checking for X... no
>configure: error: *** Gdb does not support native target
>i686-pc-mingw32
>Configure in /mingw/src/gdb-5.2.1/mybuild/gdb failed, exiting.
>Igor@LALA /mingw/src/gdb-5.2.1/mybuild
>$
>do I need any patches and where can I find them ?
You're need ncurses for mingw (as I know nobody ported ncurses to
mingw, but you could try use pcurses).
>
>(my examining gdb-5.2.1/gdb/configure script I have come to
>conclusion that
>${gdb_host} is undefined
>or that there is no gdb-5.2.1/gdb/config/mingw32.mh file -
> but there
>is cygwin.mh so why there is no mingw32?
>
>I have also tried to make configure script use cygwin file
>instead with no
>luck...
>
>I am no wizard so please help me.
>
>Any GDB version starting with 5.0 is good for me if it can
>compile on mingw32 ...
>
Check mingw site
(http://sourceforge.net/project/showfiles.php?group_id=2435),
they have gdb 5.1.1-1 for mingw.
Regards
Andrey
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-02 9:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-01 12:26 GDB 5.1.2 MINGW32 problems Igor Gnip
2002-08-02 2:41 Andrew Volkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox