Weird problem when working with iterators

Mario L superm1 at gmail.com
Thu Oct 14 20:25:24 CEST 2004


I am having some very odd issues when working with an application with
iterators.  I linked it against a mingw build of qt3-3-branch compiled
with jpeg sql-mysql mng png gif.  I compile and link with mingw.


The line i use to compile is:
g++ -c -Wall -g -fno-exceptions -fno-rtti -D_GNU_SOURCE -D_FILE_OFFSET_BITS=6
4 -DMMX -I"D:/qt-3t/mkspecs/win32-g++" -I"D:/qt-3t/include" -o main.o main.cpp

The line i use to link is:
g++ -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pse
udo-reloc -mno-cygwin -mthreads -Wl,-subsystem,windows -e __Z19QtWinMainCRTStar
tupv -o main.exe main.o -L"/d/qt-3t\lib" -L"/usr/local/lib" -lqtmain -lqt-mt -l
kernel32 -luser32 -lgdi32 -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -l
uuid -limm32 -lwinmm -lwsock32 -lwinspool

Once the program hits the line containing verboseOpts.begin(), the app
just crashes.  Can someone else verify with their build of QT3-3
whether it is just my build of QT or am i doing something funky with
iterators?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cpp
Type: application/octet-stream
Size: 3711 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-cygwin/attachments/20041014/0c791f40/main.obj


More information about the kde-cygwin mailing list