MLC++: A Machine Learning Library in C++ 19 Nov 1997 Notes on compiling MLC++ on non-SGI compilers --------------------------------------------- * We have ported MLC++ to Windows NT and to g++ 2.7.2.2 (and higher). * The sources should compile on any good compiler that correctly supports templates. The Sun Compiler SunPRO 4.2 does *not* correctly instantiate templates because it tries to instantiate all members, even unused; this is incorrect). You can use g++ on a Sun. * We are supplying a version of LEDA with MLC++, but please note that the source license agreement is *very* restrictive and you must also check that you are not violating the LEDA license agreement. See http://www.mpi-sb.mpg.de/LEDA/leda.html If you install leda in another place (not $MLCDIR/leda), make sure to have the $MLCDIR/leda be a link to them. -- MLC++ team (mlc@postofc.corp.sgi.com)