On Wed, Aug 16, 2006 at 06:21:25PM -0400, Daniel Dickinson wrote:
> I was getting segfaults.  It appears something is trying to use
> libstdc++.so.5 alongside libstdc++.so.6.  I am trying to track down
> exactly where libstdc++.so.5 is coming from.  I have upgraded
> everything to libstdc++6 and will try compiling again.

The usual cause for this is if you have boost compiled against
libstdc++{5,6} and monotone proper compiled against libstdc++{6,5} --
you have to make sure to use roughly the same version of g++ for both.

-- Nathaniel

-- 
"But in Middle-earth, the distinct accusative case disappeared from
the speech of the Noldor (such things happen when you are busy
fighting Orcs, Balrogs, and Dragons)."


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to