[ ghc-Support Requests-505454 ] Parallel!

noreply@sourceforge.net noreply@sourceforge.net
Fri, 18 Jan 2002 09:37:38 -0800


Support Requests item #505454, was opened at 2002-01-18 09:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=208032&aid=505454&group_id=8032

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Parallel!

Initial Comment:
I tried to compile a program using the library 
parallel, but i don't get
it!

I put the errors messages in a final of tjis message

I use :
Llinux RedHat 7.1
PVM 3.4.3
GHC 5.02.1
(instaled by ghc-5.02.1.rh71-1.i386.rpm, ghc-
prof.02.1.rh71-1.i386.rpm
and ghc-doc-5.02.1-rh71-i386.rpm)

 the computers are:
Athlon 1.2 Ghz
Hd 40 Gb
512 memory
mainboard Pcchips 810
and
Pentium II 400 Mhz
Hd 20 Gb
256 memory
mainboard PCchips M748 lmrt

I need a Help, I think that it's wanting anything, but 
I don't know
what!

Thank's a lot!

Marcelo de Souza Sampaio
marcsam@iprj.uerj.br




 ghc -parallel -package concurrent -o unidimensional1 
unidimensional.hs

unidimensional.hs:2:
    failed to load interface for `Prelude':
        Could not find interface file for `Prelude'
 
unidimensional.hs:4:
    failed to load interface for `Parallel':
        Could not find interface file for `Parallel'
 
unidimensional.hs:5:
    failed to load interface for `Strategies':
        Could not find interface file for `Strategies'
 
unidimensional.hs:6:
    failed to load interface for `Random':
        Could not find interface file for `Random'
 
unidimensional.hs:8:
    failed to load interface for `PrelReal':
        Could not find interface file for `PrelReal'
 
unidimensional.hs:9:
    failed to load interface for `PrelIOBase':
        Could not find interface file for `PrelIOBase'
[mlbarros@luiza /tmp]$

 ghc -i/usr/lib/ghc-5.0201/imports/std:/usr/lib/ghc-
5.0201/imports/concurrent -package concurrent -
parallel -o unidimensional2 unidimensional.hs

unidimensional.hs:2:
    failed to load interface for `Prelude':
        Could not find interface file for `Prelude'
 
unidimensional.hs:4:
    failed to load interface for `Parallel':
        Could not find interface file for `Parallel'
 
unidimensional.hs:5:
    failed to load interface for `Strategies':
        Could not find interface file for `Strategies'
 
unidimensional.hs:6:
    failed to load interface for `Random':
        Could not find interface file for `Random'
 
unidimensional.hs:8:
    failed to load interface for `PrelReal':
        Could not find interface file for `PrelReal'
 
unidimensional.hs:9:
    failed to load interface for `PrelIOBase':
        Could not find interface file for `PrelIOBase'
[mlbarros@luiza /tmp]$

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=208032&aid=505454&group_id=8032