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 -lHSexts -i${IMP}

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