RE: strange selectee 11

2000-02-17 Thread Simon Marlow
I don't suppose you guys have a freebsd port of ghc-4.06 up your sleeves do you? We tried using the existing 4.04 port with 4.06 sources but it complained about -lHSlang when linking hsc. It'll be ready shortly (but probably not in time to get on the FreeBSD 4.0 CD, sadly). I had a

Re: strange selectee 11

2000-02-16 Thread Alastair Reid
I don't suppose you guys have a freebsd port of ghc-4.06 up your sleeves do you? We tried using the existing 4.04 port with 4.06 sources but it complained about -lHSlang when linking hsc. Alastair

RE: strange selectee 11

2000-02-14 Thread Simon Peyton-Jones
| -Original Message- | From: Alastair Reid [mailto:[EMAIL PROTECTED]] | Sent: 13 February 2000 23:30 | To: [EMAIL PROTECTED] | Cc: [EMAIL PROTECTED] | Subject: strange selectee 11 | | | | I just converted a program from Hugs to GHC. After running for a | while (about 100 garbage collections

RE: strange selectee 11

2000-02-14 Thread Julian Seward (Intl Vendor)
Would upgrading to 4.06 be likely to help here? Maybe. Try. If your program relies on concurrency or non-blocking IO, it might help. J

RE: strange selectee 11

2000-02-14 Thread Julian Seward (Intl Vendor)
Thinking about this more, the error msg has a familiar sound to it. Did you use 4.04 patchlevel 0 or 1 ? pl 0 has some rts-ish probs which were fixed in pl1 (and of course in 4.06). J Would upgrading to 4.06 be likely to help here?

Re: strange selectee 11

2000-02-14 Thread Josef Sveningsson
Hi guys! On Mon, 14 Feb 2000, Alastair Reid wrote: Thinking about this more, the error msg has a familiar sound to it. Did you use 4.04 patchlevel 0 or 1 ? pl 0 has some rts-ish probs which were fixed in pl1 (and of course in 4.06). The Glorious Glasgow Haskell Compilation System,

Re: strange selectee 11

2000-02-14 Thread Alastair Reid
Thinking about this more, the error msg has a familiar sound to it. Did you use 4.04 patchlevel 0 or 1 ? pl 0 has some rts-ish probs which were fixed in pl1 (and of course in 4.06). The Glorious Glasgow Haskell Compilation System, version 4.04, patchlevel 1 My program is just a plain old

Re: strange selectee 11

2000-02-14 Thread Josef Sveningsson
Sorry for replying on my own posting but... On Mon, 14 Feb 2000, Josef Sveningsson wrote: I also managed to get the 'strange selectee' error but with number 27 instead while compiling. The thing is that I'm running ghc 4.06 . The file I compiled was a Lex generated file. OK, now you all