[Nix-dev] Questions on buildfarm
Eelco Dolstra
eelco at cs.uu.nl
Sun May 15 22:52:48 CEST 2005
Hi,
On 15-mei-05, at 14:14, olivier wrote:
>> What's the link error?
>
> /usr/bin/ld: Undefined symbols:
> typeinfo for DbException
I'm guessing that there is a version mismatch between the compiler used
to build Berkeley DB, and the current one. If BDB comes from a Nix
channel, then it's built with GCC 3.3 in our build farm, while Tiger
uses GCC 4.0 which is not ABI compatible (for C++ code at least).
This is exactly why we shouldn't be using the system GCC :-)
--
Eelco Dolstra | http://www.cs.uu.nl/~eelco
More information about the nix-dev
mailing list