Hi Peter,

> I've got the following problem after installing this:
> 
> ghc-4.02 -c  -cpp -syslib misc -fglasgow-exts -H27M Parsers.hs -o Parsers.o
> /home/proglang/packages/ghc-4.02/lib/ghc-4.02/hsc: error in loading shared libraries
> /usr/i486-linux-libc6/lib/libc.so.6: undefined symbol: _dl_debug_impcalls
> make: *** [Parsers.o] Error 1

Which binary dist is it?  The .tar.gz file from Glasgow or
my .rpm file (both are available from the GHC page).  

> 
> The library is
> 
> GNU C Library experimental release version 2.0.94, by Roland McGrath et al.

You seem to have a rather new version of the library (at
least judging from my system).  However, my `libc.so.6' also 
does *not* have the above mentioned symbol; thus, I guess,
my package should not have the above problem:

  ftp://greyarea.is.tsukuba.ac.jp/pub/jibunmaki/i386/ghc-4.02-2.i386.rpm

BTW, -H27M should be superfluous with ghc-4.02 as it should
automatically allocate as much memory as it needs.

Cheers,

Manuel


Reply via email to