[Mono-list] Support libMonoPosixHelper
Jonathan Pryor
jonpryor at vt.edu
Fri Sep 23 22:53:46 EDT 2011
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
More information about the Mono-list
mailing list