Re: Porting GHC to powerpc-unknown-linux

2003-09-08 Thread Rafael Martinez Torres
On Sat, 6 Sep 2003, Donald Bruce Stewart wrote: > simonmar: > > > I was a bit too soon reporting the sparc-sun-solaris2, two > > > attempts have died with stg_ap_v_ret. Same result sparc-*-openbsd. > Also with mips-sgi-irix65 . An attempt died with stg_ap_v_ret . I'm trying to follow Ian's ste

GHC build fails without alex

2003-09-08 Thread Peter Simons
When building the current version of GHC from CVS without having alex installed, the build tries to use "alex-inplace" instead, but apparently the dependency that tells make(1) to build that executable before using it is missing. I had to execute make ProjectsThatExist=alex in the top level b