Glasgow Haskell on different versions of Linux
Christian Maeder
maeder at tzi.de
Tue Jun 8 14:26:47 EDT 2004
Christian Maeder wrote:
> since version 6.2 we have 2 binary distributions for (generic) linux:
> for glibc 2.2 and glibc 2.3
Maybe this is no longer necessary. I've produced an installation (under
glibc 2.2) that runs under glibc 2.2 and glibc 2.3.
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 */
I'll try the same trick under glibc 2.3 later.
Christian
P.S. What is "ctype.h" good for?
More information about the Glasgow-haskell-users
mailing list