Re: newbie: GHC 6.3 build problem

2005-01-23 Thread Alson Kemp
> This should be fixed now. Just updated and built. Everything works perfectly now. Thank you. - Alson ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: newbie: GHC 6.3 build problem

2005-01-23 Thread Sven Panne
This should be fixed now. The fastest way to a working installation is to simply update the toplevel "mk" directory, remove all "package.conf.installed" files, and do a "make install". Cheers, S. ___ Glasgow-haskell-users mailing list Glasgow-haskell-u

Re: newbie: GHC 6.3 build problem

2005-01-23 Thread Sven Panne
Alson Kemp wrote: [...] I'm trying to build cvs-HEAD and am having problems. The build completes just fine, but the built GHC 6.3 does not include the "-I" include directories option for GCC. [...] I've just stumbled over exactly the same problem in this second, and I'm already investigating wha

newbie: GHC 6.3 build problem

2005-01-23 Thread Alson Kemp
All, Okay, I've done due diligence on this problem and haven't found any solution, so I figured that I'd spam the list for help. System: Gentoo Linux (freshly emerged...) Pentium 3 GCC 3.3.4 I'm trying to build cvs-HEAD and am having problems. The build completes just f