$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-11-09 04:45:32
Daniel Lord wrote:
>> So how can this be? The build was for Darwin and yet its the wrong
>> architecture?!?!?!
>>
>> I don't understand the error messages frankly.
Me neither: but after a quick bit of Googling this appears to be a common
problem if you mix "universal" and "non-universal" binaries. So my guess is
that the Boost libraries and your executable were built with different
architechture options: one universal one not. But I can't tell you which is
which ! :-)
HTH, John