Opened 5 years ago
Last modified 5 years ago
#22627 closed defect
R build broken on Cygwin — at Version 1
Reported by: | embray | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.0 |
Component: | porting: Cygwin | Keywords: | days85 |
Cc: | Merged in: | ||
Authors: | Erik Bray | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/embray/cygwin/r-build | Commit: | 6c24ea3079afe47f8ff8fe9324027d2feb08b0b7 |
Dependencies: | Stopgaps: |
Description (last modified by )
For a bunch of R's shared library modules it does not explicitly include -l
flags for libraries they link to, as it is not necessary to do so, for the most part, on Linux.
However, on Windows it is necessary to resolve all symbols at link time. This patch fixes the issue, and is otherwise harmless.
This issue was already reported upstream some years ago, and rejected as invalid since the R developers do not support Cygwin.
Change History (1)
comment:1 Changed 5 years ago by
- Branch set to u/embray/cygwin/r-build
- Commit set to 6c24ea3079afe47f8ff8fe9324027d2feb08b0b7
- Description modified (diff)
- Status changed from new to needs_review
Note: See
TracTickets for help on using
tickets.
New commits:
Adds a patch to fix building R on Cygwin