RE: [Haskell] ANNOUNCE: GHC version 6.2.1

2004-03-23 Thread Simon Marlow
 
> On Monday 22 March 2004 16:40, Simon Marlow wrote:
> >
> >   - The "threaded runtime system" is included by default.  To link
> > a program with this variant of the RTS, add the -threaded option
> > when linking. 
> 
> After downloaded the sources i found that ./configure --help 
> still lists the 
> -threaded-rts option. Should i ignore this option or do i 
> have to set it? 
> (I'm asking because building ghc from source really takes a 
> *lot* of time, so 
> i'd rather know how to configure it before starting the build.)

Ignore the option - you'll get a threaded RTS by default now.  The
option is left for backwards compatibiliy (I should really note that in
./configure --help).

Cheers,
Simon
___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


imports with --make?

2004-03-23 Thread Abraham Egnor
Is there any way to use --make but provide paths to search for .hi files,
*not* .hs files?  For example, if a library doesn't use ghc's package
system, and is distributed in precompiled form, there doesn't seem to
currently be a way to point ghc at the import files when using --make - it
always complains that it can't find the modules, and -v shows that it is
only looking for .hs files.

Abe

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users