GHC on Cygwin

2002-06-14 Thread Koen Claessen
Dear Simon, Simon and Sigbjorn, I have finnaly managed to go through a complete make session without any errors! (There is a caveat: see end of mail). Some comments: In the end, it worked out-of-the-box. But it only did that after I had installed and reinstalled out of the necessary tools and

Re: GHC on Cygwin

2002-06-14 Thread Sigbjorn Finne
Koen Claessen [EMAIL PROTECTED] writes: ... However, ghci crashes at start up time! I get the following behavior: [lap/bin] -: ./ghci ... Loading package base ... linking ... /d/Work/Packages/Ghc/Install/lib/ghc-5.03/HSbase_cbits.o: unknown symbol `_sigaddset' ghc-5.03: panic!

RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
Simon, I'm now ready to make. I have set up a mk/build.mk with the just following line: prefix = /home/djs25/testghc I should then be able to invoke my test ghc as /home/djs25/testghc/ghc-5.02.2/bin/ghc I have some questions: 1. How does ghc know where to get its libraries

RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
2. What do I put in build.mk to change the version? I would like =20 /home/djs25/testghc/ghc-5.02.2/bin/ghc --version =20 to give =20 The Glorious Glasgow Haskell Compilation System, version 5.02.2test =20 so that I know

RE: Updating the net package

2002-06-14 Thread Simon Marlow
Ok I won't do that! How do I get the A.BB.date set as a version? Do I have edit version.mk? In which case what is the format for date? The A.BB.date form is set automatically by the nightly build system before it begins the build, at the moment. To get such a version number, yes you have

RE: Updating the net package

2002-06-14 Thread D.J.Steinitz
Simon, It's built and works on my test sockets program. My next job is to the one line change in SocketPrim.hsc and the one line change to make sure the right header file is included which contains the definition of IP_TTL. Many thanks for all your help, Dominic.

sono nuova della rete

2002-06-14 Thread jenny
http://utenti.lycos.it/jennysexy. ..vienimi a vedere sono nuova della rete ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: possible readline license problem with ghc and -package util

2002-06-14 Thread Eray Ozkural
On Thursday 13 June 2002 12:18, John Meacham wrote: honestly, if microsoft decided to release 'Visual Haskell' and pulled the development away from ghc, the resulting rise in haskell popularity and the size of community would probably cause more than enough random programmers to take a

Call for Participation: 7th ERCIM FMICS (Malaga, Spain) July 12-13, 2002

2002-06-14 Thread Hubert Garavel
** * * CALL FOR PARTICIPATION * * 7th International Workshop on Formal Methods for Industrial Critical Systems * (FMICS 02) * * University of

TERMGRAPH 2002: Extended submission deadline

2002-06-14 Thread Detlef Plump
Dear Colleagues, Due to request the submission deadline for TERMGRAPH 2002 - The International Workshop on Term Graph Rewriting - has been extended to June 20, 2002. The Call for Papers can be found at: http://www.cs.york.ac.uk/~det/Termgraph_2002/cfp.html

Re: FW: Haskell accumulator

2002-06-14 Thread Jon Fairbairn
Paul Graham is collecting canonical accumulator generators at http://www.paulgraham.com/accgen.html , and has Dylan, E, JavaScript, various dialects Lisp, Lua, Rebol, Ruby, Perl, Python and Smalltalk. As others have implied, the only correct answer to this is it's the wrong question. One of

ANNOUNCE: nhc98-1.14, hmake-3.05

2002-06-14 Thread Malcolm Wallace
--- nhc98-1.14 + hmake-3.05 --- We are pleased to announce new releases of nhc98 and hmake. These are essentially bug-fix and performance-improvement releases. hmake: * Bugfixes for the -hat option

Summer School on Generic Programming, Oxford, UK

2002-06-14 Thread Roland Backhouse
Summer School and Workshop on Generic Programming St Anne's College, Oxford, UK 26th to 30th August 2002 In conjunction with Summer School and Workshop on Advanced Functional Programming This school is a successor to the Summer School and Workshop on

trees with pointers to parents memory gobbling

2002-06-14 Thread Hal Daume III
Hi all, I have a datatype which (simplified) looks like: data FBTree a = FBLeaf (Maybe (FBTree a)) a | FBBranch (Maybe (FBTree a)) (FBTree a) (FBTree a) is basically a tree with Maybe a parent node. however, unlike the nice non-haskell equivalent, they tend to eat up memory as you traverse

ANNOUNCE: hat-2.00

2002-06-14 Thread Malcolm Wallace
hat-2.00 We are pleased to announce a new release of Hat, the Haskell tracing (an debugging) system for Haskell'98. This release of Hat is a major release. It