hey every one
im trying to run qemu in windows ,but a window msg display Unable to start the program because it lacks libglib-2.0-0.dll on your computer
i installed qemu from source and with migw and msys i was able to configure it
./configure --target-list=aarch64-softmmu --disable-vnc --enable-sdl --disable-kvm --enable-debug
make
make install (this command create qemu-system-arm.exe in c:/programmes/qemu)
./aarch64-softmmu/qemu-system-aarch64 -kernel image -initrd rootfs
when i run this command i got this error Unable to start the program because it lacks libglib-2.0-0.dll on your computer
when i checked c:/windows/system32 there is no libglib.dll
thanks