Opened 7 years ago
Closed 7 years ago
#1514 closed defect (fixed)
On Windows, chicken-install uses .o as an extension in some cases
| Reported by: | sjamaan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0 |
| Component: | extensions | Version: | 5.0.0rc1 |
| Keywords: | Cc: | ||
| Estimated difficulty: | easy |
Description
According to Kristian, when linking statically, .o is used as an extension instead of .obj, which it should be.
He created an (incomplete) patch
Change History (3)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
| Version: | 5.0 → 5.0.0rc1 |
|---|
comment:3 Changed 7 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with a86b071f49ae86d76336aed162147eb573c3af72
Note: See
TracTickets for help on using
tickets.

A proper patch has been sent on the mailing-list: http://lists.nongnu.org/archive/html/chicken-hackers/2018-08/msg00019.html