Re: [Haskell-cafe] Re: a help for install

2008-02-19 Thread Wolfgang Jeltsch
Am Dienstag, 19. Februar 2008 11:36 schrieb Wolfgang Jeltsch:
 Am Montag, 18. Februar 2008 19:46 schrieb Carlos Gomez A.:
  hi, my name is carlos
 
  I need information for correct installor
 
  what are dependencies on ghc ?
 
  I have a Debian System.

 Always use your distribution’s packages until they aren’t any or there is
 good reason not to do so.  Try “aptitude install ghc6”.

 Best wishes,
 Wolfgang

Sorry, this should go to [EMAIL PROTECTED] :-( 

Best wishes,
Wolfgang
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: [Haskell-cafe] Re: a help for install

2008-02-19 Thread Wolfgang Jeltsch
Am Dienstag, 19. Februar 2008 12:03 schrieb Wolfgang Jeltsch:
 Am Dienstag, 19. Februar 2008 11:36 schrieb Wolfgang Jeltsch:
  Am Montag, 18. Februar 2008 19:46 schrieb Carlos Gomez A.:
   hi, my name is carlos
  
   I need information for correct installor
  
   what are dependencies on ghc ?
  
   I have a Debian System.
 
  Always use your distribution’s packages until they aren’t any or there is
  good reason not to do so.  Try “aptitude install ghc6”.
 
  Best wishes,
  Wolfgang

 Sorry, this should go to [EMAIL PROTECTED] :-(

 Best wishes,
 Wolfgang

Sorry, this has gone to haskell-cafe but should not go to this list. :-(  But 
the original message should, of course:

 Always use your distribution’s packages until they aren’t any or there is
 good reason not to do so.  Try “aptitude install ghc6”.

That’s all I wanted to say. :-) 

Best wishes,
Wolfgang
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: a help for install

2008-02-18 Thread Stefan O'Rear
On Mon, Feb 18, 2008 at 12:46:19PM -0600, Carlos Gomez A. wrote:
 hi, my name is carlos
 
 I need information for correct installor 
 
 what are dependencies on ghc ?
 
 I have a Debian System.
 
 
 I have this message error to install the ghc:
 
 
 Debian-System/haskell/ghc-6.8.2# ./configure
 
 checking build system type... i686-pc-linux-gnu
 checking host system type... i686-pc-linux-gnu
 checking target system type... i686-pc-linux-gnu
 Canonicalised to: i386-unknown-linux
 checking for ghc... no
 checking for ghc-pkg matching ... no
 checking for ghc-pkg... no
 checking whether ghc has readline package... no
 checking for nhc... no
 checking for nhc98... no
 checking for hbc... no
 checking for ld... /usr/bin/ld
 configure: error: GHC is required unless bootstrapping from .hc files.
 
 Debian-System/haskell/ghc-6.8.2#

As the message indicatied, you need GHC if you want to install from
source.  If you don't have GHC, get a binary (there is one in apt).

Stefan


signature.asc
Description: Digital signature
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users