>I mean: can I say something to ./configure (or somewhere else...) to >automatically made the changes to kaffe when building for my target??
Yes there is. Add one more 'AC_CHECK_FUNCS' in 'configure.in' (not in 'configure') with corresponding 'HAVE_???' is the first thing to do. You may have to install latest libtools etc to do that. 'Libtool' expert (means Dalibor?) may add better description :-) But, before starting this, please recheck who calls '__eprintf' in your build. Usually, function names starting with underscore is internal function and they shall be provided by a given library. Kiyo _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
