On Tue, 12 Apr 2011 12:14:50 +0200, Øystein Kolsrud <[email protected]> wrote: > Hi! I am trying to install qtHaskell on a Windows 7 machine, but I am > running into some problems while running the build script. I believe I > have followed all the steps stated in the installation instructions, > but get errors of this type: > > Creating library file: ..\bin\libqtc_core.a > c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a(quiloader.o):quiloader.cpp:(.text+0x3c3): > undefined reference to `_Unwind_Resume'
Hi Øystein, Maybe this might give some hints: http://www.qtcentre.org/threads/33394-Link-errors-undefined-reference-to-_Unwind_Resume-and-__gxx_personality_v0 It suggests checking if c:\Prog\Qt\2010.05\qt\lib/libQtUiTools.a was built with the same g++ version. Regards, Mark > Can anyone help me figure out what is missing? I have the following > versions installed which should meet the requirements: > > C:\Prog\QTHASK~1.4>g++ --version > g++ (GCC) 4.4.3 > > C:\Prog\QTHASK~1.4>gmake --version > GNU Make 3.81 > This program built for Windows32 > > C:\Prog\QTHASK~1.4>ghc --version > The Glorious Glasgow Haskell Compilation System, version 7.0.2 > > Thanks! > > Best regards, Øystein Kolsrud > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
