Re: ghc 6.6 for mac os x (intel)

2007-02-06 Thread Reilly Hayes
I installed the darwin ports readline and created the following soft link: /usr/local/lib/libreadline.5.1.dylib - /opt/local/lib/libreadline. 5.1.dylib Alternatively, you could install the darwin ports readline and set the DYLD_LIBRARY_PATH variable. I prefer not to use

Re: [Haskell-cafe] Socket Programming

2007-01-03 Thread Reilly Hayes
Or you could ignore the problem of shutdown altogether: http://swig.stanford.edu/~candea/papers/crashonly/ On Jan 2, 2007, at 12:20 PM, Chris Kuklewicz wrote: Mark Goldman wrote: I am trying to write a toy echo server that can handle multiple connections. I would like to be able to test

Re: Replacement for GMP: Update

2006-08-10 Thread Reilly Hayes
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users Reilly Hayes[EMAIL PROTECTED] ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: [Haskell-cafe] Re: Why Not Haskell?

2006-08-08 Thread Reilly Hayes
On Aug 8, 2006, at 1:42 AM, Immanuel Litzroth wrote:"Reilly Hayes" [EMAIL PROTECTED] writes: I don't understand your argument. How exactly does the GPL get in theway of selling software as an instantiation of business expertise?Are you saying that you have the business

Re: [Haskell-cafe] Re: Why Not Haskell?

2006-08-07 Thread Reilly Hayes
On Aug 7, 2006, at 10:00 AM, Stefan Monnier wrote:In any case, making a living by selling a program (as opposed to servicesaround that program) is a difficult business.  Making a living writing and selling programs for use by a wide audience is one thing. But there is a lot of money to be made by

Re: [Haskell-cafe] Can Your Programming Language Do This?

2006-08-02 Thread Reilly Hayes
I don't think this commentary is really fair.  It's also insular and bad for the reputation of the Haskell community.  There are enough barriers to exploring FP and Haskell already.  The purpose of the article was to encourage people to start taking baby steps toward FP, not to demonstrate a deep

Re: [Haskell-cafe] Can Your Programming Language Do This?

2006-08-02 Thread Reilly Hayes
to start somewhere, hopefully others will startdown that road sooner rather than later. Jared. Reilly Hayes[EMAIL PROTECTED] ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: HEAD: Problem Linking genapply in 6.5.20060510

2006-05-13 Thread Reilly Hayes
thanks, As this occurred while bootstrapping from .hc files, there are no .hi files built yet. -reilly hayes On May 12, 2006, at 7:57 PM, Esa Ilari Vuokko wrote: On 5/13/06, Reilly Hayes [EMAIL PROTECTED] wrote: Hi I suspect today's problem is pretty easy to figure out for a GHC expert

Re: Failure building HEAD in libraries/base/Data/ByteString.hs

2006-05-12 Thread Reilly Hayes
As of 6.5.20050610 this still occurs on both the intel mac and intel linux (Gcc 4.0.1 gcc 4.0.2 respectively). Setting -fno-inline for gcc has no effect. -reilly hayes On May 9, 2006, at 1:20 AM, Simon Marlow wrote: Often I find these are the result of gcc inlining something

Re: Failure building HEAD in libraries/base/Data/ByteString.hs

2006-05-12 Thread Reilly Hayes
instead of -fno-builtin. Thank you, reilly hayes On May 12, 2006, at 2:20 AM, Simon Marlow wrote: I'm pretty sure this is to do with calls to strlen() from Data.ByteString. Can you check for sure that gcc is being passed -fno-builtin? (use ghc -v). Failing that, we might have to use

HEAD: Problem Linking genapply in 6.5.20060510

2006-05-12 Thread Reilly Hayes
: _GHCziList_lvl22_closure _GHCziList_zdwlen_info collect2: ld returned 1 exit status make[1]: *** [genapply] Error 1 Reilly Hayes ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell

Conflict in HEAD between suffix.mk and config.mk.in

2006-05-10 Thread Reilly Hayes
config.mk.in defines MANGLER while suffix.mk uses GHC_MANGLER. I have changed suffix.mk in my build directory to use MANGLER, but GHC_MANGLER is more consistent with the variables used to construct MANGLER (GHC_MANGLER_DIR GHC_MANGLER_PGM) Reilly Hayes [EMAIL PROTECTED

HEAD: Problem with compat/cbits/unicode.c

2006-05-09 Thread Reilly Hayes
. If there is no installed Ghc compiler, __GHC_PATCHLEVEL__ is blank and unicode.c fails to compile because wants another operand. I took the lazy to this by setting GhcPatchLevel in my mk/build.mk file. Reilly Hayes [EMAIL PROTECTED] ___ Glasgow

Re: Problems building HEAD

2006-05-09 Thread Reilly Hayes
/local/lib and CPP_FLAGS=-I/usr/ local/include o make sure these are in your environment when you configure and do your build. cheers, Reilly Hayes ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org

GHC 6.6 and Ticket #608

2006-05-08 Thread Reilly Hayes
reasoning is that GCC generated position independent code conflicts with the Mangler and that the RTS is the only code that must be built with the Mangler.   Reilly Hayes ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskel

Failure building HEAD in libraries/base/Data/ByteString.hs

2006-05-08 Thread Reilly Hayes
-6.5.20060502 is installed gcc is 4.0.2I am using the registerised .hc files to bootstrap to Max OS X x86 Mac OS X 10.4.6 no ghc installed gcc is 4.0.1 (as included in Xcode) Reilly Hayes ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

Conflict in HEAD between suffix.mk and config.mk.in

2006-05-07 Thread Reilly Hayes
config.mk.in defines MANGLER while suffix.mk uses GHC_MANGLER. I have changed suffix.mk in my build directory to use MANGLER, but GHC_MANGLER is more consistent with the variables used to construct MANGLER (GHC_MANGLER_DIR GHC_MANGLER_PGM) Reilly Hayes [EMAIL PROTECTED

Re: [Haskell-cafe] Porting GHC to OSX86?

2006-05-06 Thread Reilly Hayes
SRC_HC_OPTS += -H32m -reilly hayes On May 5, 2006, at 7:34 PM, Scott Weeks wrote: Hi All, Does anyone know if there's been any headway on this? If there's not a port available, where do I go about finding the hc files? Could I compile on a windows or linux x86 box and use the generated hc files

Re: [Haskell-cafe] Porting GHC to OSX86?

2006-05-06 Thread Reilly Hayes
SRC_HC_OPTS += -H32m -reilly hayes On May 5, 2006, at 7:34 PM, Scott Weeks wrote: Hi All, Does anyone know if there's been any headway on this? If there's not a port available, where do I go about finding the hc files? Could I compile on a windows or linux x86 box and use the generated hc files

Problems building HEAD

2006-04-30 Thread Reilly Hayes
I'm trying to build head (latest try with ghc-6.5.20060429) for my macbook pro (Mac OS X intel) using hc files built on a x86 linux (Ubuntu Breezy Badger).  I have the following issues:1) Issues with bookstrap.mkbootstrap.mk in head contains the following lines TOP_SAVED := $(TOP) TOP:=$(TOP)/ghc

Re: [Haskell-cafe] Question about Arrows and Computation by Paterson

2006-03-24 Thread Reilly Hayes
on. In retrospect, it's obvious. -reilly hayes ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

[Haskell-cafe] Question about Arrows and Computation by Paterson

2006-03-23 Thread Reilly Hayes
State s i o = ST ((s,i) - (s,o)) instance Arrow (State s) where pure f = ST (id `x` f) (ST f) (ST g) = ST (g . f) first (ST f) = ST (assoc . (f `x` id) . unassoc) -Reilly Hayes ___ Haskell-Cafe mailing