Hi,
I am very new to linux.I am just working on linux only before 2 days.I try to run csharp program.I got an error.I send my doubt. I appreciate u if u do help me regarding this.Thanks in advance.
I am working on red hat linux 8.0.I just thought to install the mono on my linux machine for running .net program.I download the files from www.go-mono.com as follows
Release 0.20 Jan 20th 2003
1.Mono Class Libraries and c# compiler 2.Mono Runtime 3.libgc-6.1-1.i386 rpm 4.libgc-devel-6.1-1.i386 rpm 5.mono-0.20-1.i386 rpm 6.mono-devel-0.20-1.rpm
I successfully installed these packages.
when I created csharp program and i have compiled using mcs compiler which i download from go-mono.com.
Then i compile the program using mcs compiler using command like this
mcs /target:exe test.cs
It gives the output test.exe
Then i try to run the program using wine command like this
wine test.exe
It give the error message as following.
could not stat /mnt/floppy(No such file or directory), ignoring drive A:
fixme: cdrom: CDROM_GETIDEINTERFACE cd_rom device with major id not supported
fixme:win32:PE_CreateModule unknown directory 14 ignored
err:module:PE_fixup_imports module(file) mscoree.dll (which is needed by f:\test.exe) not found
Hi, I am working on red hat linux 8.0.I just thought to install the mono on my linux machine for running .net program.I download the files from www.go-mono.com as follows
Release 0.20 Jan 20th 2003 1.Mono Class Libraries and c# compiler 2.Mono Runtime 3.libgc-6.1-1.i386 rpm 4.libgc-devel-6.1-1.i386 rpm 5.mono-0.20-1.i386 rpm 6.mono-devel-0.20-1.rpm I successfully installed these packages. when I created csharp program and i have compiled using mcs compiler which i download from go-mono.com. Then i compile the program using mcs compiler using command like this mcs /target:exe test.cs It gives the output test.exe Then i try to run the program using wine command like this wine test.exe It give the error message as following. could not stat /mnt/floppy(No such file or directory), ignoring drive A: fixme: cdrom: CDROM_GETIDEINTERFACE cd_rom device with major id not supported fixme:win32:PE_CreateModule unknown directory 14 ignored err:module:PE_fixup_imports module(file) mscoree.dll (which is needed by f:\test.exe) not found
