Hi, I enjoy using wine to help make window applications on GNU/Linux. Thank you very much. Occasionally, when building a package, the build may call for compiling and then running that code, such as to make a data file that will later be used. When cross-building, this causes a problem because, without wine, the generated program cannot run. So I am wondering about a "--with-wine" flag that sort of means, "if an executable needs to be run during the build, hand it over to wine to do so." Has anyone done this thing before? Elizabeth