Sebastien Pouliot wrote:
Jeroen, you must run your test program under mono to see the bug. From yourHmm.. that's strange, I think I did this on my debian machine, yep.. see below
output I see that you are using mscorlib ;-).
japj@debian:~/sandbox$ mcs test.cs
Compilation succeeded
japj@debian:~/sandbox$ ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
^^^^^^
japj@debian:~/sandbox$ uname -a
Linux debian 2.4.19-686 #1 Mon Nov 18 23:59:03 EST 2002 i686 unknown unknown GNU/Linux
japj@debian:~/sandbox$ mcs test.cs
Compilation succeeded
japj@debian:~/sandbox$ chmod +x test.exe
japj@debian:~/sandbox$ ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
japj@debian:~/sandbox$ mono ./test.exe
mscorlib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
So running mono in linux also shows mscorlib. Is that wrong?
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
