Is there any reason we can't just provide a lipo'd fat archive of both 32 and 
64?

That wouldn't break MonoDevelop I would think.

Sent from my iPhone

> On Jul 16, 2015, at 09:38, Dave <d...@looktowindward.com> wrote:
> 
> I’m trying to run this Script:
> 
> PREFIX=/usr/local
> 
> 
> # Ensure you have write permissions to /usr/local
> 
> mkdir $PREFIX
> sudo chown -R `whoami` $PREFIX
> 
> PATH=$PREFIX/bin:$PATH
> 
> # Download and build dependencies
> 
> mkdir ~/Build
> 
> cd ~/Build
> curl -O ftp://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz
> curl -O ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
> curl -O ftp://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz
> curl -O ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz
> 
> for i in *.tar.gz; do tar xzvf $i; done
> for i in */configure; do (cd `dirname $i`; ./configure --prefix=$PREFIX && 
> make && make install); done
> 
> 
> It’s to install the Mono dependancies, I get this error:
> 
> -bash: ./MonoDependanciesInstall.sh: Permission denied
> 
> It’s been ages since I did any serious unix hacking, and not sure what 
> permissions I need? The other command:
> 
> brew install autoconf automake libtool pkg-config
> 
> But that’s not there either and no idea how to install it?
> 
> Any unix guri’s got any advice on the best way to get the dependancies 
> installed etc.
> 
> The full thing is at:
> 
> http://www.mono-project.com/docs/compiling-mono/mac/
> 
> Thanks a lot
> Dave
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/lifewarped%40yahoo.com
> 
> This email sent to lifewar...@yahoo.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to