[Mono-list] how to enable ICU / check it is enabled?

Richard Torkar richard.torkar@htu.se
Wed, 29 Oct 2003 13:44:54 +0100


On Wed, 2003-10-29 at 12:33, D-Fuse wrote:
> How do I know for sure that mono picked up my ICU
> installation and included suppport for it? (because
> NAnt still doesn't work)

If you do an ./autogen.sh in mono/ the following should pop-up when it's
finished:

***SNIP***
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/private/Makefile
config.status: creating doc/Makefile
config.status: executing depfiles commands
config.status: executing default commands
 
 
        GC:     included
        ICU:    yes. Version: 2.6
 
Now type `make' to compile


/Richard