Opened 14 years ago

Closed 14 years ago

#2110 closed Bugs (fixed)

Libryr naming on windows always is *.lib

Reported by: Roland Schwarz Owned by: Dave Abrahams
Milestone: Boost 1.36.0 Component: Documentation
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

In

http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html#library-naming

there is the sentence:

(except for static libraries built by the gcc toolset, whose names always end in .a)

This is wrong. The mingw toolset makes no exception. Only gcc on cygwin does, but it is unclear if cygwin shall be considered windows...

Recommendation: Simply purge the whole "(...)".

Change History (2)

comment:1 by Daniel James, 14 years ago

Owner: changed from Matias Capeletto to Dave Abrahams

comment:2 by Dave Abrahams, 14 years ago

Resolution: fixed
Status: newclosed

(In [50338]) Fixes #2110

Note: See TracTickets for help on using tickets.