Re: [Kmatplot-general] relocation error, __dynamic_cast_2
Brought to you by:
kamil
From: Timothy H. <ti...@po...> - 2002-03-21 18:29:52
|
-----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD4DBQE8miYgBYrcB1iEURERAvtCAKCl1PhQTlxfVZsEdIQVa+QrFH5XhQCYt0+t 5FbWa3/fp4lLw7tbOJlH2g== =chp1 -----END PGP SIGNATURE----- |