Thu Nov 15 07:57:47 PST 2007  Simon Marlow <[EMAIL PROTECTED]>
  * FIX #1828: installing to a patch with spaces in 
  We have to pass the path to gcc when calling windres, which itself
  might have spaces in.  Furthermore, we have to pass the path to gcc's
  tools to gcc.  This means getting the quoting right, and after much
  experimentation and reading of the windres sources I found something
  that works: passing --use-temp-files to windres makes it use its own
  implementation of quoting instead of popen(), and this does what we
  want.  Sigh.

    M ./compiler/main/SysTools.lhs -8 +12

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to