Profiling for WinNT missing in ghc-4.08.1

2000-09-06 Thread Andreas Marth


Hallo everybody!

I just installed the ghc-4.08.1 but the profiling doesn't work. I expected that
because when I checked the Box for Profiling it said 0k is needed.
Is this just a bug in the install shield? Could I get the p_hi files from
somewhere? Is it a big problem thet You couldn't solve until now?

Thanks,
Andreas



autoconf while building from ghc-4_08.tar.gz (WinNT with cyg

2000-07-26 Thread Andreas Marth


Hallo again!

I just checked that I have all the requested tools (from building guide) with
at least the requiered version number. Then I set all the variables mentioned
in the user manual. Then I extracted the ghc-4_08.tar.gz to the usual place and
went to /fptools/ . Then I ran ./configure configure.out and make boot
boot.out.
What appeared on screen is in the screen file.
I hope that helps to clarify why I need autoconf.

All the best,
Andreas
 bug-autoconf.zip


ghc-4.08 on WinNT and cygwinb20

2000-07-25 Thread Andreas Marth


Hallo!

I am still trying to build the ghc-4.08 from the standard ghc-4.08-src.tar.gz.
After installing autoconf I could make it a bit farer but then make (ghc)
complaind that there was not enough space to build.
So I added -H96M to GhcHcOpts in the /fptools/mk/build.mk.
But now it dies later when:

touch System.o ;
rm -f libHSstd.a
TMPDIR=/tmp; export TMPDIR; ( echo  ; /WINNT/system32/find Array CPUTime Char
Co
mplex Directory IO Ix List Locale Maybe Monad Numeric PrelAddr PrelArr
PrelArrEx
tra PrelBase PrelByteArr PrelConc PrelDynamic PrelEnum PrelErr PrelException
Pre
lFloat PrelForeign PrelHandle PrelHugs PrelIO PrelIOBase PrelList PrelMain
PrelM
aybe PrelNum PrelPack PrelRead PrelReal PrelST PrelShow PrelStable PrelTup
PrelW
eak Prelude Random Ratio System Time -name *%*.o*% -print ) | xargs ar q
libHSstd.
a
ar: FIND:: No such file or directory
make[3]: *** [libGSstd.a] Error 127
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

And that is true there are no files in /tmp. But there are lots of them in
/fptools/ghc/lib/std.
So what went wrong and how can I go further on?

Thanks for any help,
Andreas



Addition to Position of p_hi-files for Profiling under Windo

2000-07-06 Thread Andreas Marth


Hi!

I just gave up with compiling for profiling because the ld complained: "cannot
open -lHSlang_p_imp: No such file or directory".
Any solution available?

Thanks,
Andreas Marth



bug: After changing 'fromInt' to 'fromInteger'

1999-11-22 Thread Andreas Marth


I tried to recompile my projekt with ghc-4.045 for win32-systems and got an
error, that "Variable not in scope:  'fromInt' ".
Then someone suggested that I use 'fromInteger' instead.
But then the 'impossible' happens.
Error.hs contains the Massage and Matrice.hs the module.


Thanks foe every help,
Andreas
 Matrice.hs
 error.hs


maybe ghc-bug ghc-userguide mistake?

1999-09-08 Thread Andreas Marth


 Hi !

I got an "fatal error: GetMBlock:misaligned block returned" message wenn
executing my program.
Because I have no idea what that means,I decided to compile with profiling
optin.
(I youse a makefile as You describe it in the user - report.)
So I changed the HC_OPTS (to: -O -prof -auto-all -odump error) and tried to
compile.
But the "Indexless linear algebra algorithms" library from Jan
Skibinski,produced an error:
"Orthogonals.hs:85: Could not find valid interface file `Prelude'" and
"Orthogonals.hs:88: Could not find valid interface file `Complex'".
(without profiling everything went smoth.)
So what does this "GetMBlock"-error mean, and how can I compile with profiling ?
Yours Andreas



compiler-bug

1999-06-07 Thread Andreas Marth

Hello!

I got an error compiling my program with ghc-4.02 and ghc-4.03 (-O option)
(files error#ghc-4.02-O and error#ghc-4.03-O)
I tried compiling with ghc-4.03 without the -O option, but it did'nt help
(file error#ghc-4.03)
I would be glad if You could give me a hint how to compile it anyway.
I send You both error-files. If You need any further information, send me a
mail.

Hope, You can fix it,
A. Marth


 error#ghc-4.03
 error#ghc-4.03-O
 error#ghc-4.02-O