Oops, sorry Simon, I meant to post it to the list. Dnia czw 3. lipca 2003 12:26, Simon Peyton-Jones napisał: > libHSrts.a (RtsFlags.o) (.text + 0xf1): In function > 'splitRtsFlags': > undefined reference to '__ctype_b'
This happens when a library linked with an older version of glibc is used with a newer version of glibc (for some particular versions of glibc). Workaround: link in a compiled C module void __ctype_b(void) {} -- __("< Marcin Kowalczyk \__/ [EMAIL PROTECTED] ^^ http://qrnik.knm.org.pl/~qrczak/ _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc