Linking Problem, ghc 5.02: cannot find -lreadline

2002-02-05 Thread Marc van Dongen
or in the mini faq. Anybody there to give me a quick hint how to get around this? Regards, Marc van Dongen -- Marc van Dongen | [EMAIL PROTECTED] | Computer Science Department | Western Road | () ASCII ribbon campaign University College Cork |Cork, Ireland | /\ against

Re: GC options. Reply

2001-08-07 Thread Marc van Dongen
to 30M. That seems to be on the low side. Obviously people's opinions will always differ. Why not introduce environment variables to allow for people to set their own defauls settings? Regards, Marc [still lurking] van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 4903578 University

Two Times [was Re: Happy and Macros (was Re: ANNOUNCE: Happy 1.10 released)]

2001-05-11 Thread Marc van Dongen
Manuel M. T. Chakravarty ([EMAIL PROTECTED]) wrote: [received message twice] Am I just the only one or does everybody receive messages posted to [EMAIL PROTECTED] and [EMAIL PROTECTED] twice? I find it a bit (I know I am exaggerating) annoying. Is there a way to avoid this? Regards, Marc

lreadline

2001-02-12 Thread Marc van Dongen
Hello all, When linking, ghc-4.08.1 fails due to a ld: fatal: library -lreadline: not found error. Is this a ghc error or should I get that library from somewhere else? Thanks in advance. Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 4903578 University College Cork

Re: My program is crashing - help!

2001-01-02 Thread Marc van Dongen
Marcin 'Qrczak' Kowalczyk ([EMAIL PROTECTED]) wrote: [HEELP] Are you using RULES? If you are then try turning them all off. Just a thought. Regards, Marc ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED]

Re: Wish list: RULES, line number and filenames.

2000-08-10 Thread 'Marc van Dongen'
Simon Marlow ([EMAIL PROTECTED]) wrote: : yes, I should have mentioned that you need to use a cpp macro to achieve the : desired effect. eg. GHC's "ASSERT" macro: : :#define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else Cool. I'll try it the next time I have to debug

Wish list: RULES, line number and filenames.

2000-08-04 Thread Marc van Dongen
= error $ concat ["lookupFM :: key not in range in line ",line," in ",file] The function #lookupFM would be the ``real'' lookupFM function. The idea is that after debugging of a function one can just disable a rule in the RULES section. Just a thought. Regards, Mar

Wish List: Number of function calls

2000-08-02 Thread Marc van Dongen
for profiling. BTW: Is there a way to do this with profiling as it is at the moment? Yours, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 4903578 University College Cork, NUIC | Fax:+353 21 4903113 College Road, Cork, Ireland | Email: [EMAIL PROTECTED]

Mutable Arrays

2000-05-09 Thread Marc van Dongen
Hello again, Sorry for asking again but I can't find the answer in the on line user manual. What does one have to do to use mutable arrays? An old program won't compile anymore with a very recent ghc from CVS. I am using GlaExts. Thanks in advance. Regards, Marc van Dongen -- Marc van

Re: Mutable Arrays

2000-05-09 Thread Marc van Dongen
Michael Weber ([EMAIL PROTECTED]) wrote: [...] : $ cvs log ghc/lib/std/PrelArr.lhs : : revision 1.19 : date: 2000/03/14 12:16:00; author: simonmar; state: Exp; lines: +57 -57 : Simplfy the mutable array story: : - rename MutableArray to STArray (and similarly : for all

Mutable Arrays

2000-05-08 Thread Marc van Dongen
Hello all, I wanted to recompile some old programs with the latest ghc from CVS. MutableArray wasn't known any more. I do import GlaExts. What am I missing? Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 4903578 University College Cork, NUIC | Fax:+353 21

Re: key for fast compilation

2000-04-17 Thread Marc van Dongen
program were to read the values for yFields from a file? Just a thought. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland | Email: [EMAIL PROTECTED]

[dongen@cs.ucc.ie: Re: Debugging techniques]

2000-04-07 Thread Marc van Dongen
Sorry about this. I forgot to group reply. - Forwarded message from Marc van Dongen [EMAIL PROTECTED] - Date: Fri, 7 Apr 2000 09:55:12 +0100 From: Marc van Dongen [EMAIL PROTECTED] To: "Michael A. Jones" [EMAIL PROTECTED] Subject: Re: Debugging techniques X-Mailer: Mutt 1.0.1

cvs update - patch: invalid options

2000-03-03 Thread Marc van Dongen
Should I ignore these or look for a different patch? Thanks in advance. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland | Email: [EMAIL PROTECTED]

Re: cvs update - patch: invalid options

2000-03-03 Thread Marc van Dongen
George Russell ([EMAIL PROTECTED]) wrote: [...] : Should I ignore these or look for a different patch? : My first reaction would be to look for a different CVS, like GNU CVS 1.10. If you're : already using that, get the GNU patch as well (which has many more options than : most patches).

Re: cvs update - patch: invalid options

2000-03-03 Thread 'Marc van Dongen'
Julian Seward (Intl Vendor) ([EMAIL PROTECTED]) wrote: [patch problems] : This is the one we use: : : cam-02-unx:~/Feb24/fpt/ghc$ patch -v : patch 2.5 : Copyright 1988 Larry Wall : Copyright 1997 Free Software Foundation, Inc. : : It has never given me any problems. I think it is

Dowloading ghc

2000-01-27 Thread Marc van Dongen
it because the archives don't seem to be updated on a day to day-ish basis. Is there any chance this will be done? I find the archives very useful. Regards, Marc van Dongen -- Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113 College

Re: Dowloading ghc

2000-01-27 Thread 'Marc van Dongen'
the confusion. Regards, Marc van Dongen

Re: Dynamic scopes in Haskell

1999-12-01 Thread Marc van Dongen
. Regards, Marc van Dongen

Re: Haskell and Computer Algebra

1999-11-30 Thread Marc van Dongen
[I cc'd this to haskell users since I couldn't find out what the name was of the forum to which the original thread belonged to. Appologies if I have made a mistake and I am upseting somebody.] Jerzy Karczmarczuk: : horrible complexity. Does it answer your question?

Re: Scientific uses of Haskell?

1999-11-26 Thread Marc van Dongen
www.theorema.org Regards, Marc van Dongen ___________ Marc van Dongen, CS Dept | phone: +353 21 903578 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland | Email: [EMAIL PROTECTED]

Re: redirecting *.hi

1999-07-21 Thread Marc van Dongen
Sergey: One small correction: The sed script should be: sed -e 's/.*\/\([^\/][^\/]*\)\.hs/$(E)\/\1.o, $(E)\/\1.hi/' Of course: :g/.*\/\([^\/][^\/]*\)\.hs/s//$(E)\/\1.o, $(E)\/\1.hi/ in vi should also work. Regards, Marc

gmp.info

1998-12-31 Thread Marc van Dongen
Dear all, According to the user guide (section 6.2) there should be a document calld gmp.info in the distribution. I tried to locate it, but it is not there. Is there anybody who can tell me where to get it. Regards, Marc van Dongen

Is there anybody who can help me with this

1998-12-29 Thread Marc van Dongen
be greatly appreciated. Regards, Marc van Dongen Marc van Dongen, Computer Science Dept | phone: +353 21 903084 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland | Email: [EMAIL

State Interface Description

1998-12-28 Thread Marc van Dongen
Dear All, I am hoping that somebody will be able to help me with this before the hollidays are over:-) I am trying to locate a document with a name state_interface or something similar which is being named in some file in the 4-01 distribution. I have tried to locate it but failed. It seems as

how is this implemented

1998-02-05 Thread Marc van Dongen=
van Dongen, Computer Science Dept | phone: +353 21 903083 University College Cork, NUIC | Fax: +353 21 903113 College Road, Cork, Ireland | Email: [EMAIL PROTECTED]

class system

1997-05-28 Thread Marc van Dongen
Dear Group, I want to define two classes called Group and Ring. The Group class is for Abelian Groups (G,+), i.e. groups with a binary commutative operator ``+'' and an identity element normally denoted by ``0''. The Ring class is meant for cummutative rings (R,+,*) with binary operators ``+''