
18 May
2006
18 May
'06
2:03 p.m.
Nuno Santos wrote:
Thx for the reply. Yes it work withtou problems, but when i try to execute the .o it says no permissions.
The executable is called "a.out" (under unix)
I also tried to do ghc -o polish polish.o
It gives me then the error i was complaing of.
then ghc --make -o polish polish.hs should give you a binary "polish" Cheers Christian
Christopher Brown wrote:
you could try
ghc --make polish.hs