Changes between Version 4 and Version 5 of ProblemsCompilingGhc
- Timestamp:
- 10/10/06 03:33:09 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemsCompilingGhc
v4 v5 42 42 After actually reading the documentation, I realized this only applies when compiling under Cygwin. The building guide says, "Cygwin doesn't deal well with filenames that include spaces", which I disagree with. Scripts should be able to handle such filenames by using the "cygpath" command appropriate. However, I see that Cygwin isn't supported, so probably this isn't very important. 43 43 44 === Problem 6 === 45 The configure script wants something like: 46 --with-gcc=c:/mingw/bin/gcc 47 and not: 48 --with-gcc=c:\\mingw\\bin\\gcc 49 and certainly not: 50 --with-gcc=/cygdrive/c/mingw/bin/gcc 51 52 This should probably be stated more prominently. 53 44 54 --Kirsten Chevalier
