Opened 12 years ago
Closed 12 years ago
#4498 closed Patches (fixed)
[regex] examples fail to link on Mingw 4.5
| Reported by: | Owned by: | John Maddock | |
|---|---|---|---|
| Milestone: | Boost 1.44.0 | Component: | regex | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | Cc: | 
Description
A bunch of the regex examples fail to link on Mingw. e.g.
Seems to be related to the regex lib always being built as a static library on Mingw -> changing the jamfile for the examples to use static linking on Mingw allows the tests to pass.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | example.diff added | 
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    

Fixed in rev 64626.