[Mono-list] Build mono on Debian (testing)

Robert Jordan robertj at gmx.net
Fri Mar 19 14:12:43 EDT 2010


On 19.03.2010 18:47, Alexander Batishchev wrote:
> $ make get-monolite-latest&&  make
> ..
> make[8]: Entering directory `/usr/src/mono/mcs'
> *** The contents of your 'monolite' directory may be out-of-date
> *** You may want to try 'make get-monolite-latest'
> make[8]: *** [do-profile-check-monolite] Error 1
>
> $ cd ../mcs/class/lib/monolite
> $ ls
>
> total 7024
> drwxr-sr-x 2 godfather src 4096 2010-03-03 11:24 .
> drwxr-sr-x 4 godfather src 4096 2010-03-18 03:22 ..
> -rwxr-xr-x 1 godfather src 1177088 2010-03-03 11:24 gmcs.exe
> -rwxr-xr-x 1 godfather src 295424 2010-03-03 11:24 Mono.Security.dll
> -rwxr-xr-x 1 godfather src 2606592 2010-03-03 11:24 mscorlib.dll
> -rwxr-xr-x 1 godfather src 282624 2010-03-03 11:24 System.Core.dll
> -rwxr-xr-x 1 godfather src 1518592 2010-03-03 11:24 System.dll
> -rwxr-xr-x 1 godfather src 1269760 2010-03-03 11:24 System.Xml.dll
>
> $ gmcs.exe
> -bash: gmcs.exe: command not found
>
> Why can it be??

1) Linux shells usually don't not have "." in PATH.
2) Even if, directly executing an assembly would require binfmt.
3) But it would be of no use because you're trying to execute
    from monolite.

Why are you trying this?

Robert



More information about the Mono-list mailing list