Weird problem when working with iterators

Mario L superm1 at gmail.com
Thu Oct 14 20:34:22 CEST 2004


I should probably also notate (in case it isn't obvious)

it is launched ./main.exe -v all


On Thu, 14 Oct 2004 13:25:24 -0500, Mario L <superm1 at gmail.com> wrote:
> 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?
> 
> 
>


More information about the kde-cygwin mailing list