WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: amsn 0.97.2 crashes on tc 2.0rc1 while on 1.4 is ok  (Read 2869 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
amsn 0.97.2 crashes on tc 2.0rc1 while on 1.4 is ok
« on: April 26, 2009, 03:44:39 PM »
Code: [Select]
terminate called after throwing an instance of 'char const*'
Aborted
dCore user

Offline danniel

  • Newbie
  • *
  • Posts: 6
Re: amsn 0.97.2 crashes on tc 2.0rc1 while on 1.4 is ok
« Reply #1 on: August 05, 2009, 04:52:14 AM »
With the new release of gcc 4.4.0 by Juanito, and following your posts, I succeed  to compile and run asm in TC 2.x. This new gcc 4.4.0 (with handling exceptions) should be installed as a dependence,  because TC 2.x is not built with this version yet.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14849
Re: amsn 0.97.2 crashes on tc 2.0rc1 while on 1.4 is ok
« Reply #2 on: August 05, 2009, 06:44:22 AM »
I would guess that it might be just the newer libstdc++ from gcc-4.4.0 that amsn is looking for, not all of gcc-4.4.0?