[Haskell-cafe] doing builds using cygwin on Windows ....help
nanothief
nanothief at gmail.com
Mon Dec 3 01:05:49 EST 2007
VasiliIGalchin wrote:
>
>
> " .. however, I don't see in which file PATH can be set. Any help? I
> really
> want to get my Haskell build environment set up and cranking away.
>
Unless I misunderstood what you want, you can add a path to the PATH
variable by adding the line:
export PATH="$PATH:/path/to/folder"
to the ~/.bashrc file (and also possibly the ~/.bash_profile file).
I've also tried to build haskell with cygwin, but didn't have any luck.
Could you describe how you managed to do it?
--
View this message in context: http://www.nabble.com/doing-builds-using-cygwin-on-Windows-....help-tf4899597.html#a14124405
Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
More information about the Haskell-Cafe
mailing list