http://llvm.org/bugs/show_bug.cgi?id=11823

             Bug #: 11823
           Summary: dragonegg port to mingw causes link error
           Product: dragonegg
           Version: 3.0
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Based on some work by xunxun i ported dragonegg to mingw but im running into
some problems. 

small snip from a wxwidgets compile.

gcc_mswudll\monodll_taskbar.o:fake:(.text+0x52): undefined reference
to `RegisterWindowMessageW@4@4'
gcc_mswudll\monodll_taskbar.o:fake:(.text+0x66): undefined reference
to `RegisterWindowMessageW@4@4'

what happens is that the plugin causes the symbols to have double at's at the
end and linking fails. The funny thing is that the 64 bit mingw works so im a
bit lost.

I use gcc-4.6.2 as base for the plugin.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to