------- Additional Comments From raj dot khem at gmail dot com 2010-01-19
18:18 -------
as I see in the code for lnkproperties.h
public:
// WARNING: Do *NOT* define this yourself. The SL5xxx from SHARP does NOT
// have this class.
#ifdef QTOPIA_INTERNAL_FSLP
LnkProperties( AppLnk* lnk, QWidget* parent = 0 );
~LnkProperties();
#endif
and QTOPIA_INTERNAL_FSLP is not defined when compiling moc_lnkproperties.cpp
so ~LnkProperties() is not seen as a result default desctructor is assumed by
gcc and this one gets inlined hence the problem.
So far this worked because symbol attributed were not merged. Thanks HJ and
Alan.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11175
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils