Re: [Haskell] Building from source

2004-10-12 Thread Andre W B Furtado
Christian Maeder wrote: > [compilation] failed in the directory hood, > because the target boot is unknown there. > Could/Should this be fixed? BTW, nofib is also breaking the fptools suite compilation. Cheers, -- AFurtado ___ Haskell mailing list [EMAI

Re: [Haskell] Building from source

2004-10-06 Thread Christian Maeder
Simon Marlow wrote: If you don't want to build hood, then remove it from the tree. Did you perhaps check out *everything*? The right way is to check out fpconfig Ah, that was my error. I checked out everything by "cvs co fptools" instead of only doing "cvs co fpconfig". (When I read "fpconfig",

RE: [Haskell] Building from source

2004-10-06 Thread Simon Marlow
On 06 October 2004 10:10, Christian Maeder wrote: > after checking out fptools from cvs. The simple sequence > > $ autoreconf > $ ./configure > $ make > > failed in the directory hood, because the target boot is unknown > there. Could/Should this be fixed? > > I know how to use mk/build.mk and t

[Haskell] Building from source

2004-10-06 Thread Christian Maeder
Hi, after checking out fptools from cvs. The simple sequence $ autoreconf $ ./configure $ make failed in the directory hood, because the target boot is unknown there. Could/Should this be fixed? I know how to use mk/build.mk and the ProjectsToBuild variable. I don't need hood, but make still sho