RE: Where do I start ?

2000-07-19 Thread Michael A. Jones
Title: RE: Where do I start ? Rather than give advice, let me tell you how I got started and perhaps it will help. I was a C++ and Java programmer. Then I took a class in the logic on computation, where part two was lambda calculus. Part of the class was an evaluation machine that we built

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}

Question on Andy's Observe tool

2000-06-13 Thread Michael A. Jones
Title: Question on Andy's Observe tool Hi, I wanted to use Andy's Observe code because Simon had recommended using it, but can't seem to get all the files. Having no previous CVS experience, I used WinCvs to get the hood tree from the GHC CVS server. However, the ghc folder where I should

RE: Blackholes and Hawk

2000-06-07 Thread Michael A. Jones
-Original Message- From: Keith Wansbrough [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 07, 2000 4:25 PM To: Michael A. Jones Cc: 'Keith Wansbrough'; '[EMAIL PROTECTED]' Subject: Re: Blackholes and Hawk Keith, I found the mutual dependency in my program. I

RE: fatal error; There might be a bug in the compiler

2000-06-06 Thread Michael A. Jones
Float integrate initialValue stepLength (List y) = List (cotes stepLength y initialValue) -Original Message- From: Michael A. Jones Sent: Tuesday, June 06, 2000 9:39 AM To: 'Keith Wansbrough'; Michael A. Jones Cc: [EMAIL PROTECTED] Subject: RE: fatal error Keith, I

fatal error

2000-06-05 Thread Michael A. Jones
Title: fatal error I made a few changes to a program and now get: main: fatal error: No threads to run! Deadlock? Can someone shed some light on the general conditions that cause this so I can debug it? Mike

RE: fatal error

2000-06-05 Thread Michael A. Jones
Title: fatal error I guess I should tell what version of compiler I am using: 4.05 Mike -Original Message-From: Michael A. Jones [mailto:[EMAIL PROTECTED]]Sent: Monday, June 05, 2000 6:12 PMTo: [EMAIL PROTECTED]Subject: fatal error I made a few changes to a program

RE: fatal error

2000-06-05 Thread Michael A. Jones
PROTECTED]] Sent: Monday, June 05, 2000 8:02 PM To: Michael A. Jones Cc: [EMAIL PROTECTED] Subject: Re: fatal error main: fatal error: No threads to run! Deadlock? [..] It was mentioned to me that trace can cause this problem. However, I am not using trace. Does anyone know any other

Debugging techniques

2000-04-06 Thread Michael A. Jones
Title: Debugging techniques Hi, I have a question on debugging, but first I must say that I am a bit of a newbie. I have ML experience, but Haskell is a bit new to me. Second, perhaps you can suggest a place I can ask newbie questions that is more appropriate than this list. Are there any

RE: Debugging techniques

2000-04-06 Thread Michael A. Jones
Title: RE: Debugging techniques Well, I tried the trace function as was recommended, linking in IOExts and all, but I get the following error when I run the application: main: fatal error: No threads to run!: Deadlock? The statement where it is used is: datalogQueryHistogramResult =