From: John Maddock (john_at_[hidden])
Date: 2003-12-11 06:25:11


> Alas, that doesn't help. I still get multiply defined symbols. This is
> with 1.30.2. Is there any reason to expect that the problem will
magically
> go away if the get the CVS version?

What symbols? If these are C runtime symbols then it's because the lib build
variant you are linking against in binary incompatible with your build
options (you're mixing two different runtimes).

John.