Tue May 07 14:15:59 2013: Request 84949 was acted upon.
Transaction: Correspondence added by mcandre
       Queue: PAR-Packer
     Subject: procedure entry point __gxx_personality_sj0 could not be located 
in the dynamic link library libstdc++-6.dll
   Broken in: (no value)
    Severity: (no value)
       Owner: Nobody
  Requestors: andrew.penneba...@gmail.com
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84949 >


Correct, I have several such DLLs on my system. (I use a lot of programming 
language environments.)

$ find /c/ -name libstdc++-6.dll 2>/dev/null
/c/DevKit/mingw/bin/libstdc++-6.dll
/c/Program Files/GIMP 2/bin/libstdc++-6.dll
/c/Program Files/Haskell Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll
/c/strawberry/c/bin/libstdc++-6.dll
/c/strawberry/perl/bin/libstdc++-6.dll
/c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll

Haskell Platform appears to be the only one with a different name for this. 
I'll get in touch with Haskell Cafe and see if they can update this, or at 
least make it interfere less with other systems.

$ find /c/ -name libstdc++-6.dll 2>/dev/null
/c/DevKit/mingw/bin/libstdc++-6.dll
/c/Program Files/GIMP 2/bin/libstdc++-6.dll
/c/Program Files/Haskell Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll
/c/strawberry/c/bin/libstdc++-6.dll
/c/strawberry/perl/bin/libstdc++-6.dll
/c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll

$ objdump -ax /c/DevKit/mingw/bin/libstdc++-6.dll | ack gxx_personality
        [3896] __gxx_personality_sj0
$ objdump -ax /c/Program\ Files/GIMP\ 2/bin/libstdc++-6.dll | ack 
gxx_personality
        [3499] __gxx_personality_sj0
$ objdump -ax /c/Program\ Files/Haskell\ 
Platform/2012.4.0.0/mingw/bin/libstdc++-6.dll | ack gxx_personality
        [3401] __gxx_personality_v0
$ objdump -ax /c/strawberry/c/bin/libstdc++-6.dll | ack gxx_personality
        [3510] __gxx_personality_sj0
$ objdump -ax /c/strawberry/perl/bin/libstdc++-6.dll | ack gxx_personality
        [3510] __gxx_personality_sj0
$ objdump -ax /c/vagrant/vagrant/embedded/mingw/bin/libstdc++-6.dll | ack 
gxx_personality
        [3896] __gxx_personality_sj0

Reply via email to