On Sep 22, 2011, at 11:18 PM, R U Local wrote: > I’m having problems persuading the support files libMonoPosixHelper and > libMonoSupportW to be built during the cross-compile phase.
Look at $(topdir)/Makefile.am, the $(SUBDIRS) variable. If CROSS_COMPILING is set, then the `support` directory isn't part of $(SUBDIRS), and thus `support` isn't processed. You'll need to fix that, at minimum. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
