Glasgow Haskell on different versions of Linux

Christian Maeder maeder at tzi.de
Wed Jun 9 04:53:32 EDT 2004


Christian Maeder wrote:
> As also Volker Stolz suggested I've changed, after calling ./configure, 
> a line in "mk/config.h" from
> 
> #define HAVE_CTYPE_H 1
> 
> to
> 
> /* #undef HAVE_CTYPE_H */

with

maeder at davinci -> rpm -q glibc
glibc-2.3.3-97
maeder at davinci -> rpm -q gcc
gcc-3.3.3-41

"make" (in ghc-6.2.1) fails (in ghc/GC.c) with:

GC.c: In function `threadLazyBlackHole':
GC.c:4049: warning: use of cast expressions as lvalues is deprecated
make[2]: *** [GC.o] Fehler 1

Any explanations (too many warnings?) or suggestions

Christian



More information about the Glasgow-haskell-users mailing list