Re: Questions about Trie

2001-05-17 Thread Arthur H. Gold
M. Faisal Fariduddin Attar Nasution wrote: Greeting, I'm a last year student in a computer science field. I'm currently trying to code an implementation for a compression using basic Lempel-zif technique. I use a Trie (retrieval) as a data structure for the dynamic

ghc-4.06 installation -- libgmp.so.2?

2000-04-27 Thread Arthur H. Gold
I've been trying to install the last couple of ghc releases (from various linux binaries). Installation itself goes OK, but ghc dies on the lack of libgmp.so.2. Unfortunately, the only libgmp releases I've seen build only a static library. Am I (no doubt) missing something? Thanks, --ag --

problem building ghc-3.02

1998-08-04 Thread Arthur H. Gold
Hey: In attempting to build ghc-3.02 I get the following error as a result of 'make boot': make[2]: execvp: ghc-2.10: Too many symbolic links encountered make[2]: *** [depend] Error 127 make[1]: *** [boot] Error 1 make: *** [boot] Error 1 Have I perhaps mis-installed something previously?