Profiling in GHC-4.08.1

Andre W B Furtado awfurtado@uol.com.br
Thu, 25 Oct 2001 00:47:24 -0200


I was trying to compile a .hs file with the profiling option enabled
(-prof -auto-all) but I got an error message:

/usr/bin/ld: cannot find -lHSstd_p_imp
collect2: ld returned 1 exit status

Does anyone know what is this "-lHSstd_p_imp"? I am using GHC-4.08.1 (with
Cygwin) under a Windows 98 platform.

Thanks,
-- Andre