[LLVMbugs] [Bug 11823] New: dragonegg port to mingw causes link error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jan 21 01:54:54 PST 2012
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: baldrick at free.fr
ReportedBy: ralphengels at gmail.com
CC: llvmbugs at cs.uiuc.edu
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 at 4@4'
gcc_mswudll\monodll_taskbar.o:fake:(.text+0x66): undefined reference
to `RegisterWindowMessageW at 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.
More information about the llvm-bugs
mailing list