more info:
$ echo $PATH
/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

$  export PATH=/opt64/bin:$PATH

greg@i7Wx MSYS ~
$ which gdl.exe
/opt64/bin/gdl.exe

greg@i7Wx MSYS ~
$ ldd gdl.exe
ldd: gdl.exe: No such file or directory

greg@i7Wx MSYS ~
$ ldd /opt64/bin/gdl.exe
        ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffe80080000)
   <etc>
libstdc++-6.dll => /mingw64/bin/libstdc++-6.dll (0x6fc40000)

and nothing from /msysC/opt64/bin, which is usual place where /opt64/ is
designated by ldd.

On Sun, May 31, 2020 at 2:03 PM Greg Jung <gvj...@gmail.com> wrote:

>   I downloaded QEMU and followed their "Native MSYS2" update directions,
> and since that happened my use of /opt64/bin as a library depository fails.
> pacman -Syu
> pacman -Su
> pacman -S base-devel mingw-w64-x86_64-toolchain git python
> pacman -S mingw-w64-x86_64-glib2 mingw64/mingw-w64-x86_64-gtk3
> mingw64/mingw-w64-x86_64-SDL2
>
> cd /mingw64/bin
> cp x86_64-w64-mingw32-gcc-ar.exe x86_64-w64-mingw32-ar.exe
> cp x86_64-w64-mingw32-gcc-ranlib.exe x86_64-w64-mingw32-ranlib.exe
> cp windres.exe x86_64-w64-mingw32-windres.exe
> cp nm.exe x86_64-w64-mingw32-nm.exe
> cp objcopy.exe x86_64-w64-mingw32-objcopy.exe
>
> So I suspect one of these has rendered my computer useless.
> except for the directory /mingw64/bin, other locations in PATH do not load
> when I run.
>
> Greg
>
>
>
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to