Re: [JVM-B] FW: More Diffs
Status: Beta
Brought to you by:
ashley-y
From: Ashley Y. <as...@se...> - 2002-04-23 09:07:23
|
At 2002-04-22 04:30, Pasch, Thomas (ACTGRO) wrote: >> - some fixes for problems on the windows platform (can't use /dev/sterr, >> tempfile, and readlink -f) I'm currently working on detecting the location of the GHC include directory for HC_INCDIR. I can't use readlink without -f on my machine, since it is a double symlink. Instead I'm going to try out pulling it from "ghc -v". Does this work in your "sh" shell? ghc -v 2>&1 | sed -n -e 's|^Using package config file: \(.*/\)[^/]*$|\1| p' -- Ashley Yakeley, Seattle WA |