1

I tried to build qt project on Ubuntu for windows, following the steps in this post Building Qt 5 on Linux, for Windows

Everything is good except when I run make command, it complains about "i686-w64-mingw32.static-g++: Command not found". But I did see i686-w64-mingw32.static-g++ under /root/mxe/usr/bin. I have no idea what happen. Do I miss something?

Community
  • 1
  • 1
Anna yang
  • 131
  • 2
  • 5

1 Answers1

-1

You can try run the command directly in shell. If it goes wrong again, check the PATH.

im_red
  • 1
  • 4