http://qs321.pair.com?node_id=833985


in reply to Re: error while installing Wx module
in thread error while installing Wx module

http://paste2.org/p/766341

Replies are listed 'Best First'.
Re^3: error while installing Wx module
by sflitman (Hermit) on Apr 10, 2010 at 20:12 UTC
    OK, there's a problem with the compilation:
    # {standard input}: Assembler messages: # {standard input}:243482: Error: unrecognized symbol type "gnu_unique_o +bject" # {standard input}:243496: Error: unrecognized symbol type "gnu_unique_o +bject" # make: *** [Wx.o] Error 1
    This is likely due to a problem with your g++ installation based on what I read at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01240.html, so please first upgrade/reinstall your local compiler suite. Next, rather than installing through CPAN, you might consider installing the source RPM or DEB, depending on your Linux.

    HTH,
    SSF