Well I gave up on gcc 3.4, but I have a suspicion it might have been because wxGTK-2.5.1 was compiled with 3.4
Now I am trying to run amule cvs 0606 compiled with gcc 3.3.4. It compiles fine but now I get a segfault when amule starts up.
Backtrace:
kriztofo@bubbles:/download/edonkey$ amule
Initialising aMule
22701gifile is 0-size, not added
a.out is 0-size, not added
*** UDP socket at 4665
*** TCP socket at 4662
*** UDP socket at 4665
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--
[0] amule(_ZN9CamuleApp16OnFatalExceptionEv+0x59) [0x8297a35]
[1] /usr/local/lib/libwx_base-2.5.so.1(wxFatalSignalHandler+0x28) [0x4055d198]
[2] /lib/libpthread.so.0 [0x40a7c144]
[3] /lib/libc.so.6 [0x40ab2288]
[4] /lib/libc.so.6 [0x40af82fa]
[5] /lib/libc.so.6(malloc+0xe0) [0x40af7ae4]
[6] /usr/local/lib/libstdc++.so.6(_Znwj+0x2e) [0x40a1f1ce]
[7] amule(_ZN18CClientCreditsList8LoadListEv+0x707) [0x815d8d7]
[8] amule(_ZN18CClientCreditsListC1EP12CPreferences+0x41) [0x815cf75]
[9] amule(_ZN9CamuleApp6OnInitEv+0x1f8d) [0x8295095]
[10] amule(_ZN12wxAppConsole10CallOnInitEv+0x18) [0x8299c24]
[11] /usr/local/lib/libwx_base-2.5.so.1(_Z7wxEntryRiPPc+0x45) [0x40501cc5]
[12] amule(main+0x22) [0x8292d68]
[13] /lib/libc.so.6(__libc_start_main+0xbd) [0x40aa117d]
[14] amule(_ZNK15wxCmdLineParser5FoundERK8wxStringPS0_+0x31) [0x813e611]
Aborted