>
> This suggests to me that you for some reason don't have a #! added to
> the top of the driver.
>
This turned out to be a bad glitch in the Makefile distributed with
the binary bundles. Patch appended. (I've updated the binary distribs
to avoid further trouble.)
For people with source distributions, this patch applies to the file
fptools/distrib/Makefile-bin.in
--Sigbjorn
*** Makefile.in 1997/09/10 09:45:01 1.7
--- Makefile.in 1997/10/03 17:13:10
***************
*** 79,83 ****
package = ghc
! version = 2.03
PERL = @PerlCmd@
RM = rm -f
--- 79,83 ----
package = ghc
! version = 2.07
PERL = @PerlCmd@
RM = rm -f
***************
*** 102,106 ****
#
PACKAGE_SCRIPTS=ghc stat2resid hstags mkdependHS
! PACKAGE_LIBSCRIPTS=hscpp
# Binaries to install
--- 102,106 ----
#
PACKAGE_SCRIPTS=ghc stat2resid hstags mkdependHS
! PACKAGE_LIB_SCRIPTS=hscpp
# Binaries to install
***************
*** 135,139 ****
$(RM) bin/$(platform)/$(package)-$(version)/$$i.bak; \
test -f bin/$(platform)/$(package)-$(version)/$$i && $(MV)
bin/$(platform)/$(package)-$(version)/$$i
bin/$(platform)/$(package)-$(version)/$$i.bak; \
! echo "#! $(PERL)" > $$i.tmp ; >
bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"bindir='$(bindir)';" >>
bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"libdir='$(real_libdir)';" >>
bin/$(platform)/$(package)-$(version)/$$i ; \
--- 135,139 ----
$(RM) bin/$(platform)/$(package)-$(version)/$$i.bak; \
test -f bin/$(platform)/$(package)-$(version)/$$i && $(MV)
bin/$(platform)/$(package)-$(version)/$$i
bin/$(platform)/$(package)-$(version)/$$i.bak; \
! echo "#! $(PERL)" >
bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"bindir='$(bindir)';" >>
bin/$(platform)/$(package)-$(version)/$$i ; \
echo $$"libdir='$(real_libdir)';" >>
bin/$(platform)/$(package)-$(version)/$$i ; \