Gregory Petrosyan
2009-Dec-08 21:17 UTC
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
--- My bad -- the patch was against 2.6. Hope this iteration will be the last :-) docs/GettingStarted.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 851bfb6..fd8f308 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -252,7 +252,8 @@ software you will need.</p> </tr> <tr> <td>Cygwin/Win32</td> - <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_8">8</a></sup></td> + <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_8">8</a>, + <a href="#pf_11">11</a></sup></td> <td>GCC 3.4.X, binutils 2.15</td> </tr> <tr> @@ -331,6 +332,9 @@ up</a></li> before any Windows-based versions such as Strawberry Perl and ActivePerl, as these have Windows-specifics that will cause the build to fail.</a></li> +<li><a name="pf_11">At the moment, LLVM modules requiring dynamic linking can + not be built on Cygwin. However, you can build LLVM tools using + <i>"make tools-only"</i>.</li> </ol> </div> -- 1.6.4.2
Anton Korobeynikov
2009-Dec-08 21:31 UTC
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
> My bad -- the patch was against 2.6. Hope this iteration will be the last :-)Please carefully read the link I provided and add patch as an attachement, not inline. Thanks. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Gregory Petrosyan
2009-Dec-08 23:01 UTC
[LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
On Wed, Dec 9, 2009 at 12:31 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:>> My bad -- the patch was against 2.6. Hope this iteration will be the last :-) > Please carefully read the link I provided and add patch as an > attachement, not inline.OK -- now as an attachment. Sorry for the git format (no svn checkout right now), but GNU patch should accept it. Btw, is it ok to send patch both inline (for easier review) and attached (to be sure it is not damaged by the mailer)? Gregory -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-GettingStarted-mention-problems-with-dynamic-linking.patch Type: application/octet-stream Size: 1214 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091209/26b0c2f0/attachment.obj>
Reasonably Related Threads
- [LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
- [LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
- [LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
- [LLVMdev] [PATCH] GettingStarted: mention problems with dynamic linking on Cygwin
- [LLVMdev] LLVM-2.5 WinXP/Cygwin can't find puts() for the hello.c in GettingStarted document