Hi, I have a working installation of msys2 mingw64 with gcc 4.9 in C:/msys2/msys64/. I wanted to try out gcc 5.2, but keep my installation with gcc 4.9. So I created a new parallel installation under C:/msys2/msys64_gcc5/.
When I run msgfmt I get the following error message: $ msgfmt C:/msys2/msys64_gcc5/mingw64/bin/msgfmt.exe: error while loading shared libraries: libgettextlib-0-19-6.dll: cannot open shared object file: No such file or directory I don't understand why I get this message. msgfmt is itself from the gettext package. libgettextlib-0-19-6.dll is installed. $ ls -l /mingw64/bin/libgettextlib-0-19-6.dll -rwxr-xr-x 1 waterlan Geen 1835891 15 sep 11:37 /mingw64/bin/libgettextlib-0-19-6.dll $ ls -l C:/msys2/msys64_gcc5/mingw64/bin/libgettextlib-0-19-6.dll -rwxr-xr-x 1 waterlan Geen 1835891 15 sep 11:37 C:/msys2/msys64_gcc5/mingw64/bin/libgettextlib-0-19-6.dll How can I fix my problem? regards, -- Erwin Waterlander http://waterlan.home.xs4all.nl/ ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
