
I haven't made any progress on figuring out what the problem is, but I
did run truss on the configure and build steps. Nothing stuck out to
me but maybe someone else spots something wrong, output attached.
On Tue, Apr 14, 2009 at 9:56 AM, Joseph Garvin
I'm trying to get xmonad compiled under Solaris 10 and I'm running into an issue with the build step. The configure step appears to go fine, but I suspect is failing silently, because when I try the build step, it tells me I need to run the configure step first (even though I already have). I've installed ghc as a user in ~/ghc-6.10.1 and I'm installing xmonad to my home folder as well. Here's the configure line I'm using:
runhaskell Setup.lhs configure --user --prefix=/home/joeg/xmonad-install --extra-lib-dirs=/home/joeg/ghc-6.10.1-install/lib
Also, ~/ghc-6.10.1-install/bin is in my PATH.