> ----- Forwarded Message ---- > From: Paul Davis <[email protected]> > To: Piscium <[email protected]> > Cc: gtkmm-list <[email protected]> > Sent: Wed, 9 June, 2010 16:54:09 > Subject: Re: undefined reference to symbol 'operator new(unsigned > int)@@GLIBCXX_3.4' > > On Wed, Jun 9, 2010 at 2:47 AM, Piscium <[email protected]> wrote: >> I have an embryonic project with a few C and C++ files that compiled, linked >> and run well under Fedora 12. >> I upgraded to Fedora 13 and now get link errors as below. > > trivially caused by linking with gcc rather than g++ .. is this an issue? >
Paul, you got the bull's eye! Thanks a lot, I had spent a good deal of time on this issue already without making progress. Still I have no idea why this was working perfectly in Fedora 12 (exactly the same source files and makefile). There was a change somewhere, probably in the tool chain. And the context is that since Sunday when I upgrade to Fedora 13 I have had 16 issues in ABRT, plus this issue with ld and another with Eclipse, so I immediately suspected a problem outside my program, that is the normal mind process. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
