I wanted to try out data parallel haskell. I followed the instructions
on http://haskell.org/haskellwiki/Data_Parallel_Haskell/PackageNDP but I
get the following error:

> [EMAIL PROTECTED]:~/ghc/libraries> make make.library.ndp
> make: *** No rule to make target `build.library.ndp', needed by 
> `make.library.ndp'.  Stop.

BTW when I built ghc, I had the following problem with happy (and alex).
It kept telling me I needed dvips but dvips is already installed. In the
end I used --nodeps.

> [EMAIL PROTECTED]:~/happy> rpmbuild -ta happy-1.17.tar.gz
> error: Failed build dependencies:
>         dvips is needed by happy-1.17-1.i586

> [EMAIL PROTECTED]:~/happy> rpmlocate dvips

> /usr/bin/dvips

> [EMAIL PROTECTED]:~/happy> rpm --query -f /usr/bin/dvips
> texlive-2007-69

> [EMAIL PROTECTED]:~/happy> dvips --version
> dvips(k) 5.96
> kpathsea version 3.5.6
> Copyright (C) 2005 Radical Eye Software.
> There is NO warranty.  You may redistribute this software
> under the terms of the GNU General Public License
> and the Dvips copyright.
> For more information about these matters, see the files
> named COPYING and dvips.h.
> Primary author of Dvips: T. Rokicki; -k maintainer: T. Kacvinsky/ S. Rahtz.

> rpmbuild -ta --nodeps happy-1.17.tar.gz   





_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to