Ralf Hinze writes:
 > Dear Simon & Simon,
 > 
  <SNIP>

 > unfortunately I did not succeed in installing GHC from source. Probably
 > I'm missing something. Here is a short summary of my trial:
 > make install
 > Configuring happy, version 1.5, on sparc-sun-solaris2 ...
 > /bin/sh: syntax error at line 1: `;' unexpected
 > make: *** [config-pkgs] Error 2
 
 <SNIP>

On installing the binary distribution out of the box, I get a similar
error.  As the error occurs after it has done the important stuff, it 
doesn't matter.

./configure
gmake in-place 

yields:
(carol fptools) gmake in-place
gmake  config-pkgs bindir=`pwd`/bin/sparc-sun-solaris2/ghc-2.10 
libdir=`pwd`/lib/sparc-sun-solaris2 datadir=`pwd`/share/ghc-2.10
gmake[1]: Entering directory `/home/jon/FunctionalLanguages/GHC-2.10/fptools'
Configuring ghc, version 2.10, on sparc-sun-solaris2 ...
Creating a configured version of ghc ..
Done.
Creating a configured version of stat2resid ..
Done.
Creating a configured version of hstags ..
Done.
Creating a configured version of mkdependHS ..
Done.
Creating a configured version of hscpp ..
Done.
HERE
/bin/sh: syntax error at line 1: `;' unexpected
gmake[1]: *** [config-pkgs] Error 2
gmake[1]: Leaving directory `/home/jon/FunctionalLanguages/GHC-2.10/fptools'
gmake: *** [in-place] Error 2

The last syntax error is caused, I *think*, by the fact that
PACKAGE_SH_SCRIPTS is empty, which yields @for i in ; do 

Jon

Reply via email to