From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-11-28 09:23:04


-----Original Message-----
From: boost-bounces_at_[hidden] on behalf of Martin Knoblauch Revuelta

> Although looking at
> http://boost-consulting.com/boost/more/getting_started.html#id13 it
> seems that the sample specifies linking statically so I'm not sure what
> problems Martin was having.

Method b turned out to be dynamic for me :-)

===

Which would happen if you built both as gcc prefers shared libraries over static. Do the getting started docs make you build both?