Opened 13 years ago

Closed 13 years ago

#4079 closed Bugs (fixed)

mingw-built libraries should be linkable with -lboost_foo

Reported by: armin@… Owned by:
Milestone: Component: Building Boost
Version: Boost 1.42.0 Severity: Cosmetic
Keywords: Cc:

Description

When building boost with mingw the (static) library files are named libboost_foo-[...].lib. This disallows easy linking against the libraries using the -lboost_foo-[...] command line flag for the linker.

I suggest to rename the mingw-built library files to boost_foo-[...].lib or libboost_foo-[...].a to make this work.

Change History (1)

comment:1 by Vladimir Prus, 13 years ago

Resolution: fixed
Status: newclosed

Thanks for the report. However, this was fixed in SVN head already.

Note: See TracTickets for help on using tickets.