mkbundle issue

View: New views
2 Messages — Rating Filter:   Alert me  

mkbundle issue

by d4vid3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i'm starting developing applications using mono on OsX and i'm in troubles using mkbundle. After making a simple Hello world application, i compiled it and generated the exe. After that i've done

mkbundle -o hello hello.exe --deps

and this is the output


OS is: Darwin
Sources: 1 Auto-dependencies: True
   embedding: /Users/davide/Desktop/hello.exe
   embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/2.0/mscorlib.dll
Compiling:
as -o temp.o temp.s
sh: line 1: as: command not found
[Fail]


so....what's wrong? :S

Re: mkbundle issue

by Alexander Shulgin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

d4vid3 wrote:
Hi,

i'm starting developing applications using mono on OsX and i'm in troubles using mkbundle. After making a simple Hello world application, i compiled it and generated the exe. After that i've done

mkbundle -o hello hello.exe --deps

and this is the output


OS is: Darwin
Sources: 1 Auto-dependencies: True
   embedding: /Users/davide/Desktop/hello.exe
   embedding: /Library/Frameworks/Mono.framework/Versions/2.4.2.3/lib/mono/2.0/mscorlib.dll
Compiling:
as -o temp.o temp.s
sh: line 1: as: command not found
[Fail]


so....what's wrong? :S
The `as' command is Unix assembler.  You need to install Xcode tools first.

@mods: this mail didn't seem to get to my inbox (or was consumed by corporate antispam), just noticed it through http://go-mono.com/forums/

--
Alex