Opened 12 years ago

Closed 12 years ago

#4498 closed Patches (fixed)

[regex] examples fail to link on Mingw 4.5

Reported by: rwebb <richard.webb@…> 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.

http://tinyurl.com/283wwys

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)

example.diff (520 bytes ) - added by rwebb <richard.webb@…> 12 years ago.

Download all attachments as: .zip

Change History (2)

by rwebb <richard.webb@…>, 12 years ago

Attachment: example.diff added

comment:1 by John Maddock, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in rev 64626.

Note: See TracTickets for help on using tickets.