Problems compiling

Christian Maeder maeder at tzi.de
Thu May 18 10:03:20 EDT 2006


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


More information about the Glasgow-haskell-users mailing list