I'm attempting to build ghc on NetBSD/amd64 by following the instructions at http://hackage.haskell.org/trac/ghc/wiki/Building/Porting, but I haven't been able to get past the configure step on the target (see errors below). Where am I going wrong here? Alternatively, any ideas on where I can find pre-built binaries for this system? NetBSD/i386 would be easy, but I've had no luck finding a 64-bit version.Can you post an error in config.log? Something wrong find on its.Here's the configure error:
./configure --enable-hc-boot --build=x86_64-unknown-netbsd --host=x86_64-unknown-netbsd --target=x86_64-unknown-netbsdchecking for gfind... nochecking for find... /usr/bin/findchecking for sort... /usr/bin/sortchecking for ghc... nochecking build system type... x86_64-unknown-netbsdchecking host system type... x86_64-unknown-netbsdchecking target system type... x86_64-unknown-netbsdHOST: x86_64-unknown-netbsdGHC build : x86_64-unknown-netbsdGHC host : x86_64-unknown-netbsdGHC target : x86_64-unknown-netbsdconfigure: Building in-tree ghc-pwd./configure[3900]: : cannot execute - Is a directoryconfigure: error: Building ghc-pwd failed
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe