On Thursday 02 October 2003 12:47 pm, Ronald Florence wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > 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() > > {} > > That fixes that problem. But then the linker fails to find all of the > Qt functions and some others:
Can you compile and link the Qt test programs? What happens if you compile -fnoinline-functions or whatever the option is? Maybe ask on the gcc lists? Angus