hello i'm on a project with wine but i can't get it debugged. not even a small hello world. here is the output of the hello world. My system opensuse 10.2 anyone help plz?<br><br>Winedbg - Output:<br>marcel@marcel-laptop-lan:~/prog/m5/m5/debug/src&gt; winedbg m5.exe.so<br>preloader: Warning: failed to reserve range 00000000-60000000<br>WineDbg starting on pid 000a<br>0x7b870749: movl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %edi,0x0(%esp)<br>Wine-dbg&gt;step<br>Single stepping until exit from function,<br>which has no line number information.<br>Invalid address (0x7b87074e) for breakpoint 0, disabling it<br>Process of pid=000a has terminated<br>Wine-dbg&gt;&nbsp;&nbsp;&nbsp; &nbsp;<br><br>Code:<br>#ifdef HAVE_CONFIG_H<br>#include &lt;config.h&gt;<br>#endif<br>#include &lt;windows.h&gt;<br><br>int __stdcall WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow)<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MessageBox (NULL, "Hello, Windows!", "Hello",
 MB_OK);<br>&nbsp;&nbsp; &nbsp;int test = 0;<br>&nbsp;&nbsp; &nbsp;test = 1000;<br>&nbsp;&nbsp; &nbsp;test += 100;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0;<br>}<br><br>Configure-Output:<br>cd '/home/marcel/prog/m5/m5/debug' &amp;&amp; CC="winegcc" CXX="wineg++" LD="ld" CXXFLAGS="-O0 -gdwarf-2 -g3" "/home/marcel/prog/m5/m5/configure" --enable-debug=full<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking for C++ compiler default output file name... a.out<br>checking whether the C++ compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables... <br>checking for suffix of object files... o<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether wineg++ accepts -g... yes<br>checking for style of include used by make... GNU<br>checking
 dependency style of wineg++... gcc3<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>checking for gcc... winegcc<br>checking whether we are using the GNU C compiler... yes<br>checking whether winegcc accepts -g... yes<br>checking for winegcc option to accept ISO C89... none needed<br>checking dependency style of winegcc... gcc3<br>checking for a sed that does not truncate output... /usr/bin/sed<br>checking for grep that handles long lines and -e... /usr/bin/grep<br>checking for egrep... /usr/bin/grep -E<br>checking for ld used by winegcc... ld<br>checking if the linker (ld) is GNU ld... yes<br>checking for ld option to reload object files... -r<br>checking for BSD-compatible nm... /usr/bin/nm -B<br>checking whether ln -s works... yes<br>checking how to recognise dependent libraries... pass_all<br>checking how to run the C preprocessor... winegcc -E<br>checking for ANSI C header files... yes<br>checking for
 sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking dlfcn.h usability... yes<br>checking dlfcn.h presence... yes<br>checking for dlfcn.h... yes<br>checking how to run the C++ preprocessor... wineg++ -E<br>checking for g77... no<br>checking for f77... no<br>checking for xlf... no<br>checking for frt... no<br>checking for pgf77... no<br>checking for cf77... no<br>checking for fort77... no<br>checking for fl32... no<br>checking for af77... no<br>checking for f90... no<br>checking for xlf90... no<br>checking for pgf90... no<br>checking for pghpf... no<br>checking for epcf90... no<br>checking for gfortran... no<br>checking for g95... no<br>checking for f95... no<br>checking for fort... no<br>checking for xlf95... no<br>checking for ifort...
 no<br>checking for ifc... no<br>checking for efc... no<br>checking for pgf95... no<br>checking for lf95... no<br>checking for ftn... no<br>checking whether we are using the GNU Fortran 77 compiler... no<br>checking whether accepts -g... no<br>checking the maximum length of command line arguments... 32768<br>checking command to parse /usr/bin/nm -B output from winegcc object... ok<br>checking for objdir... .libs<br>checking for ar... ar<br>checking for ranlib... ranlib<br>checking for strip... strip<br>checking if winegcc supports -fno-rtti -fno-exceptions... no<br>checking for winegcc option to produce PIC... -fPIC<br>checking if winegcc PIC flag -fPIC works... yes<br>checking if winegcc static flag -static works... no<br>checking if winegcc supports -c -o file.o... yes<br>checking whether the winegcc linker (ld) supports shared libraries... yes<br>checking whether -lc should be explicitly linked in... yes<br>checking dynamic linker characteristics... GNU/Linux
 ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping libraries is possible... yes<br>checking if libtool supports shared libraries... yes<br>checking whether to build shared libraries... yes<br>checking whether to build static libraries... yes<br>configure: creating libtool<br>appending configuration tag "CXX" to libtool<br>checking for ld used by wineg++... ld<br>checking if the linker (ld) is GNU ld... yes<br>checking whether the wineg++ linker (ld) supports shared libraries... yes<br>checking for wineg++ option to produce PIC... -fPIC<br>checking if wineg++ PIC flag -fPIC works... yes<br>checking if wineg++ static flag -static works... no<br>checking if wineg++ supports -c -o file.o... yes<br>checking whether the wineg++ linker (ld) supports shared libraries... yes<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate<br>appending
 configuration tag "F77" to libtool<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating src/Makefile<br>config.status: creating config.h<br>config.status: config.h is unchanged<br>config.status: executing depfiles commands<br>*** Erfolg ***<br><br>Make Output:<br>cd '/home/marcel/prog/m5/m5/debug/src' &amp;&amp; WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake m5<br>if wineg++ -DHAVE_CONFIG_H -I. -I/home/marcel/prog/m5/m5/src -I.. -O0 -gdwarf-2 -g3 -MT m5.o -MD -MP -MF ".deps/m5.Tpo" -c -o m5.o /home/marcel/prog/m5/m5/src/m5.cpp; then mv -f ".deps/m5.Tpo" ".deps/m5.Po"; else rm -f ".deps/m5.Tpo"; exit 1; fi<br>/bin/sh ../libtool --tag=CXX --mode=link wineg++ -O0 -gdwarf-2 -g3 -o m5 -mwindows m5.o <br>wineg++ -O0 -gdwarf-2 -g3 -o m5 -mwindows m5.o <br>*** Erfolg ***<br><br><p>&#32;
      <hr size=1><a href="http://de.rd.yahoo.com/evt=48210/*http://de.answers.yahoo.com/question/index;_ylc=X3oDMTEydHM5a3RpBF9TAzIxMTQ3MTgyMDIEc2VjA21haWwEc2xrA3RhZ2xpbmU-?qid=20061121073350AAVzb59" target=_new >Kennt man wirklich jeden �ber 3 Ecken?</a> Die Antworten gibt's bei 
<a href="http://de.rd.yahoo.com/evt=48210/*http://de.answers.yahoo.com/question/index;_ylc=X3oDMTEydHM5a3RpBF9TAzIxMTQ3MTgyMDIEc2VjA21haWwEc2xrA3RhZ2xpbmU-?qid=20061121073350AAVzb59" target=_new >Yahoo! Clever</a>.