And just to complete the thought -- after much exploration, I found
the solution here:
http://nemerle.org/mailman/pipermail/bugs/2006-November/002855.html
In short, these are the steps that must be taken to get Nemerle to
work correctly with Mono installed as the framework on MacOSX:
./configure --prefix=/Library/Frameworks/Mono.framework/Home \
--libdir=/Library/Frameworks/Mono.framework/
Libraries;
make
make install
ln -s /Library/Frameworks/Mono.framework/Commands/ncc /usr/bin/ncc;
ln -s /Library/Frameworks/Mono.framework/Commands/ncc.exe
/usr/bin/ncc.exe;
ln -s /Library/Frameworks/Mono.framework/Commands/nemish /usr/bin/
nemish;
ln -s /Library/Frameworks/Mono.framework/Commands/nemish.exe
/usr/bin/nemish.exe;