[llvm-commits] SVN Trunk broken on LLVMHello.dll on Cygwin platform
Anton Korobeynikov
anton at korobeynikov.info
Fri Feb 27 15:26:52 PST 2009
>
> Same error on MingW as well. It started between 65440 and 65525.
That's correct. This is not possible to have undefined symbols in
shared libraries on windows (aka .dll's). libtool just "silenced" this
error based on target information. The proper solution is not to build
hello at all on windows targets. Nick is aware about the problem and
solution, stay tuned! :)
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090228/7478193a/attachment.html>
More information about the llvm-commits
mailing list