C#winforms Mono mkbundle-&x27;as';未被识别为内部或外部命令、可操作程序或批处理文件

C#winforms Mono mkbundle-&x27;as';未被识别为内部或外部命令、可操作程序或批处理文件,c#,winforms,mono,mkbundle,C#,Winforms,Mono,Mkbundle,我一直在尝试让我的C#winforms应用程序使用Mono在Linux和Mac上运行。该程序通过以下方式运行并正常工作: mono <path-to-exe> 有没有关于问题所在的线索 mkbundle --deps -o <project-name> <path-to-exe> <path-to-3rd-party-dll> AS = as (default) as -o temp.o temp.s 'as' is not recognize

我一直在尝试让我的C#winforms应用程序使用Mono在Linux和Mac上运行。该程序通过以下方式运行并正常工作:

mono <path-to-exe>
有没有关于问题所在的线索

mkbundle --deps -o <project-name> <path-to-exe> <path-to-3rd-party-dll>
AS = as (default)
as -o temp.o temp.s
'as' is not recognized as an internal or external command,
operable program or batch file.
ERROR: [Fail] 1