|
From: Leonardo O. <lo...@un...> - 2006-03-14 09:06:45
|
Leonardo Orazi ha scritto: > lz...@vi... ha scritto: >> I would suggest you to use the gcc/g++ version 3.4.5 ;) >> >> >> ----Messaggio originale---- >> Da: lo...@un... >> Data: 14-mar-2006 8.51 >> A: <mingw- >> us...@li...> >> Ogg: [Mingw-users] GDB crash on windows XP >> >> I am compiling program in C++ ona XP system with gcc version 3.2.3 >> (mingw special 20030504-1) and I am trying to debugging it with GDB >> (6.3.50.20051116-cvs). When I try to use the "step" command in GDB to >> "enter" inside functions the debugger crash. (This happens for every >> programs in debugging) >> >> Do somebody suggest me why and how to resolve the problem? >> >> Bye >> >> LO >> > > > Done, but now I have problems in compiling my program > > g++ -o LAS.exe ./bin/LAS.o ./bin/LAS_mat.o ./bin/LAS_Main.o > ./bin/LAS_Elem2D.o ./bin/LAS_io.o ./bin/glGraph.o ./bin/glAxes.o > ./bin/glColorBlend.o ./bin/glDisplaymanager.o ./bin/LAS > _Beam.o ./bin/LAS_Plasma.o -lglfw -lftgl -lfreetype -lglu32 -lopengl32 > c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../libstdc++.a(misc-inst.o):misc-inst.cc:(.text$_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE7seekoffExSt12_Ios_SeekdirSt13_Ios > > _Openmode[__gnu_cxx::stdio_sync_filebuf<char, > std::char_traits<char>>::seekoff(long long, std::_Ios_Seekdir, > std::_Ios_Openmode)]+0x54): undefined reference to `fseeko64' > collect2: ld returned 1 exit status > mingw32-make: *** [LAS.exe] Error 1 > > > I installed gcc by copying all the files in the binary distributions in > the folders overwriting the existing files. > > Perhaps should I reinstall all from scratch? > > > LO > OOOPS, I have not installed the mingw runtime. Now it compile but GDB show the same behavior. Do you suggest to use the 5.2.1 instead of Insight 6.3.5? LO -- --------------------------------------------------------- Ing. Leonardo Orazi DISMI - Department of Science & Methods for Engineering Faculty of Engineering of Reggio Emilia University of Modena & Reggio Emilia Via Fogliani 2, 42100 Reggio Emilia tel: ++39 0522 522607: fax ++39 0522 522609 e-mail: lo...@un... --------------------------------------------------------- |