hello. I try to compile qemu 7.1 on windows but it is not possible, I
tried with mingw through cygwin, but cygwin does not have all the
necessary dependencies. I tried with msys2, this if ls has with mingw,
the problem with msys2 is that it cannot create symbolic links during
the compilation, I have searched a lot but the only thing I find
regarding this is that tar cannot decompress files that contain
symbolic links, they indicate that instead use bsdtar, in my case that
doesn't work for me since the problem I have is when ln tries to
create the symbolic links, I have tried to change the permissions but
it still doesn't work, how could I solve it?, using mingw from linux
doesn't work because only the compilers are included but not the
libraries

Reply via email to