﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
81	Can't have recursive dependent libs.	grafik@…	somebody	"BBv2 enforces not having recursive dependencies between libraries. But this is a common use case for library archives. The usual solution is to list archive libs multiple times on the link, or if the compile allows for it to tell it to recursively search some libs. For example GNU LD has the ""-("", ""-)"", ""--start-group"", and ""--end-group"" options. Three solutions are possible:

* Duplicate libraries unconditionally in the link commands.
* Unconditionally group libraries in each toolset if supported.
* When a recursion is detected, duplicate only those libraries.
* When a recursion is detected, put those libraries in recursive group.

For now, I'm going to make the GCC toolset do option 2. Until a better solution can be implemented."	defect	new	major		component1				
