I am attempting an install of hugs on a powerpc (lombard apple powerbook g3) linux machine. Compile seemed to go fine but apon running hugs it just sits at 'Parsing..' and never loads the Prelude .. it just seems to hang there. heres what i did to compile - -- cd /usr/hugs-blahblah/src/unix -- ./configure -- cd .. -- make -- make install Any information / thoughts at all is greatly appreciated. regards Boris Gordon
Hi,
I'm guessing that if you apply a patch along the lines of what was
contributed by Sean O'Rourke
http://haskell.org/pipermail/hugs-bugs/2002-May/000711.html
things might just improve (I've re-attached that patch to this e-mail
message.) Alternatively, build from the CVS version of Hugs
( http://cvs.haskell.org/ )
hth
--sigbjorn
----- Original Message -----
From: "Boris Gordon"
I am attempting an install of hugs on a powerpc (lombard apple powerbook
g3)
linux machine.
Compile seemed to go fine but apon running hugs it just sits at 'Parsing..' and never loads the Prelude .. it just seems to hang there.
heres what i did to compile -
-- cd /usr/hugs-blahblah/src/unix -- ./configure -- cd .. -- make -- make install
Any information / thoughts at all is greatly appreciated.
regards Boris Gordon
This solved the problem. many thanks Boris On Wed, 8 May 2002 14:43, Sigbjorn Finne wrote:
Hi,
I'm guessing that if you apply a patch along the lines of what was contributed by Sean O'Rourke
http://haskell.org/pipermail/hugs-bugs/2002-May/000711.html
things might just improve (I've re-attached that patch to this e-mail message.) Alternatively, build from the CVS version of Hugs ( http://cvs.haskell.org/ )
hth --sigbjorn
----- Original Message ----- From: "Boris Gordon"
To: Sent: Wednesday, May 08, 2002 15:00 Subject: hugs for ppc linux I am attempting an install of hugs on a powerpc (lombard apple powerbook
g3)
linux machine.
Compile seemed to go fine but apon running hugs it just sits at
'Parsing..'
and never loads the Prelude .. it just seems to hang there.
heres what i did to compile -
-- cd /usr/hugs-blahblah/src/unix -- ./configure -- cd .. -- make -- make install
Any information / thoughts at all is greatly appreciated.
regards Boris Gordon
participants (2)
-
Boris Gordon -
Sigbjorn Finne