Re: "simple" GHC compiling issues

2000-06-23 Thread Keith Wansbrough
Michael Jones writes: [..] > # DO NOT DELETE: Beginning of Haskell dependencies > Main.o : Main.hs > Main.o : ./ClassOne.hi > ClassOne.o : ClassOne.hs > ClassTwo.o : ClassTwo.hs > ClassThree.o : ClassThree.hs > # DO NOT DELETE: End of Haskell dependencies It's worth pointing out that this part i

RE: "simple" GHC compiling issues

2000-06-22 Thread Michael A. Jones
Title: RE: "simple" GHC compiling issues Here is one of my makefiles you can look at. It works on my W2K machine with cygwin and ghc 4.05. BASE=/ghc/ghc-4.05 IMPORTS=${BASE}/lib/imports IMP=${IMPORTS}/misc:${IMPORTS}/exts LIB=${BASE}/lib EXTRA_HC_OPTS=-L${LIB} -lHSmisc -lHSex

Re: "simple" GHC compiling issues

2000-06-22 Thread Hannah Schroeter
Hello! On Wed, Jun 21, 2000 at 03:21:26PM -0400, Stephen Alden Elliott wrote: > I have never used GHC (and am new to Linux as well, what a recipe for > disaster) before and am very confused about how to set up dependencies > properly and how to configure the make file (I know a little about > mkd

Re: "simple" GHC compiling issues

2000-06-21 Thread Manuel M. T. Chakravarty
Stephen Alden Elliott <[EMAIL PROTECTED]> wrote, > However, they all depend on many many other files. Can anyone give tell > me how to set up the make file to do the appropriate compiling > procedure? Or point me to a resource that will teach me how to use > makefiles with GHC? Thanks! htt

"simple" GHC compiling issues

2000-06-21 Thread Stephen Alden Elliott
I have never used GHC (and am new to Linux as well, what a recipe for disaster) before and am very confused about how to set up dependencies properly and how to configure the make file (I know a little about mkdependHS). I would like to compile a bunch of haskell files: FishAll.hs FishDefau