Ronald Florence wrote:

> Apple has a new developer toolkit with gcc-3.3 that seems to be able to
> compile lyx-1.3.x.  No problems in the compile on MacOS-10.2.8, but I
> get the following link warnings and errors:
> 
> ld: warning table of contents of library: mathed/.libs/libmathed.a not
> sorted slower link editing will result (use the ranlib(1) -s option)

Trivially easy to fix I guess.

> ld: multiple definitions of symbol MathGridInset::~MathGridInset
> [in-charge deleting]()

Looks like a gcc bug to me.

What happens if you explicitly define an out-of-line empty destructor to 
MathGridInset:
math_gridinset.h
        ~MathGridInset();
math_gridinset.C
MathGridInset::~MathGridInset()
{}

-- 
Angus

Reply via email to