In qemu I use below command to install tools such as qemu-ga.exe
,
but the problem is libtool
does not accept its directory argument correctly.
If I run the command like this,
msdperera@msdperera-PC MSYS /qemu
$ libtool --quiet --mode=install install -c -m 0755 qemu-ga.exe qemu-img.exe qemu-io.exe "/c:/Program Files/QEMU"
install: target 'Files/QEMU/qemu-ga.exe' is not a directory
what is the correct format for the directory argument?