Hacker News new | ask | show | jobs
by sanxiyn 1317 days ago
Qt cross compiles fine with Scratchbox2.

I think people working on cross compilation are wasting their time. They are trying to fix it "properly", separating build time dependency and run time dependency, because host system can't run cross compiled target binary. The obvious solution (what Scratchbox2 does) is for host system to run cross compiled target binary, instead of trying to "fix" the build system.