Mirco Bauer writes:

> On Mon, 2006-09-11 at 03:20 +0200, Jhair Tocancipa Triana wrote:
>> Running a program compiled with gmcs yields to the following (the
>> program should execute without prepending 'mono' (w.o. quotes) to the
>> command line):

> and whats with mcs? do the programs work compiled by mcs?

With mcs the problem remains.

$ ./test.exe 
run-detectors: unable to find an interpreter for ./test.exe 

Programs work (compiled with mcs or gmcs), if I prepend them with
'mono', e.g.:

$ mono ./test.exe 
Test.

As far as I understand the idea of extended binary format support is
to allow to run binary formats like the .exe one *without* prepending
them with any additional program.

-- 
--Jhair


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to