Re: Matrix library in Haskell

2002-04-24 Thread Mike Thomas
as code written in Gofer which I just yesterday finished converting to Haskell 98. (That is, I compiled it but I have not yet tested it.) It is attached as a starting point. Cheers Mike Thomas. - Original Message - From: "Jan Kybic" <[EMAIL PROTECTED]> To: <[EMAIL P

Re: how to call Fortran Procedures in Haskell Program?

2002-04-22 Thread Mike Thomas
ing function. Below is an extension using an integer array. Note that I've had to double the array size. $ g77 -c atest.f $ ghc -fglasgow-exts main.hs -o main.exe $ ./main [1,3,0,0,2,4,0,0] If you go any further, please let me know as I want to interface to LAPACK. Ch

Re: a cygwin binary package of ghc-5.00.x

2001-05-24 Thread Mike Thomas
application domain. Does it mean that my _real_ programs > would expose the same? Yeah, it's pretty big, but I guess that not all programs use as much memory as a compiler. Good luck. Mike Thomas. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: a cygwin binary package of ghc-5.00.x

2001-05-24 Thread Mike Thomas
static. etc. Unless you're desperate, I suggest waiting for the official release. Cheers Mike Thomas. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Hard earned hints for using Win32 GHC 4.08.2 and HDirect.

2001-04-04 Thread Mike Thomas
libraries (libHScom.a, libhdirect.a) into ghc's "lib" directory. - Do "make clean", deleting "src/ihc.exe" by hand. - Set SUPPORT_TYPELIBS=YES in "src/Makefile" - "make boot", "make", then "make lib" as before

GHC Mingw32 build

2001-03-20 Thread Mike Thomas
Hi all.. What is the recommended way of making the Mingw32 build of GHC and all associated tools, eg HDirect, Green-card etc from the CVS? Cheers Mike Thomas ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: Greencard, GHC and FFI.

2001-03-17 Thread Mike Thomas
eenCard 2 code for FFI */ double prim_my_sin(double arg1) { double res1; do { res1=sin(arg1); return((double)(res1));} while(0); } ---- Cheers Mike Thomas ___ Haskell mailing list

Greencard, GHC and FFI.

2001-03-16 Thread Mike Thomas
xt+0xdec):fake: undefined reference to `access_prim_malloc_gc_failed ' StdDIS.o(.text+0xea0):fake: undefined reference to `access_prim_malloc_gc_failst ring' StdDIS.o(.text+0x1206):fake: undefined reference to `prim_writeCharAddr' collect2: ld returned 1 exit status ---

RE: GHC - Cygwin Installation and also DirectX (fwd)

2001-03-08 Thread Mike Thomas
ght be > able to improve things drastically even before then by re-enabling object > splitting for the libraries under Windows.) Thanks. Even without this GHC now stands up very well from my perspective. I no longer have an excuse for procras

Re: GHC - Cygwin Installation and also DirectX (fwd)

2001-03-07 Thread Mike Thomas
h mingw. Think > it'll do the trick with cygwin too. The exe is 4270K, but I can live with that. Cheers Mike Thomas ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

GHC - Cygwin Installation and also DirectX

2001-03-05 Thread Mike Thomas
am I supposed to do this mount?) Has anyone got a solution? Furthermore, is anyone using Direct X especially Direct Play and Draw with GHC? Cheers Mike Thomas. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: Still confused

1999-03-14 Thread Mike Thomas
syntactical errors can be reported in a more meaningful manner? Cheers Mike Thomas.