Re: [Kmatplot-general] relocation error, __dynamic_cast_2
Brought to you by:
kamil
From: Fabian D. <Fab...@st...> - 2002-03-21 20:43:19
|
On Thu, 2002-03-21 at 19:27, Timothy Harris wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Thursday 21 Mar 2002 18:14 pm, you wrote: > > widgets/libplot.a(qscontour.o): In function > > `QSContour::drawing_fills(void)': > > qscontour.o(.text+0x16cb): undefined reference to > > `QSContour::find_level_greater_than(double)' > > widgets/libplot.a(qscontour.o): In function > > `QSContour::draw_rectangle(QSPt3f const *)': > > qscontour.o(.text+0x1b61): undefined reference to > > `QSContour::find_level_greater_than(double)' > > I had this problem too. It appears that either gcc or ld can't deal with the > fact that find_level_greater_than(double) is inline. I haven't tried > compiling it with any other version I just did the nasty hack and removed the > inline word from the qscontour.cpp & .h files. The program appears to run > fine. > Tim Thanks! Fabian |