because ICU is not installed on your machine go get the source files at http://oss.software.ibm.com/icu/ Mono will work with any release that's >= 2.6
If you get the 2.8, you need to modify ./mono/configure.in to have this : ICU_CFLAGS="-DU_DISABLE_RENAMING `$ICU_CONFIG --cppflags`" or it won't compile correctly. (I believe it's currently ICU_CFLAGS=`$ICU_CONFIG --cppflags`) max On Wednesday 04 February 2004 09:17, Mario Fuentes wrote: > Hola, > I try compiling Mono 0.30 on a Debian SID machine. For it i install > libicu26 and libicu26-dev (2.6.1), but in the setp"configure", crashing > with a "`icu-config` not found" problem, but this file is not part of > libicu26 (on Debian SID). > Somebody have some problem? any solution? > > Saludos, _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
