dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] -mjvm question


From: Kamen Yotov
Subject: [Pnet-developers] -mjvm question
Date: Sun, 14 Sep 2003 00:12:25 -0400

hello.
i just downloaded/installed treecc/pnet/pnetlib and all went fine.
 
i wrote the following simple c# program:
 
using System;
 
public class Test
{
 public static void Main ()
 {
  Console.WriteLine("Hello!");
 }
}
 
i used "cscc test.cs" and again, all went fine, producing a working a.exe...
 
i tried "cscc -mjvm test.cs" and i got a segfault.
i tried "cscc -vv -mjvm test.cs" and here is what i got:
 
$ cscc -vv -mjvm test.cs
C:\cygwin\usr\local/lib/cscc/plugins/cscc-cs.exe -D __CSCC__ -D RELEASE -J C:\cygwin\usr\local/lib/cscc/lib -J /usr
/local/lib/cscc/lib -L . -M C:\cygwin\usr\local/lib/cscc/lib -M /usr/local/lib/cscc/lib -f target-assembly-name=a -
m jvm -vv -o - -- test.cs
ilasm -o test.objtmp -f target-assembly-name=a -m jvm -- test.jltmp
ilalink -o a.exe --format exe -f target-assembly-name=a -m jvm -L . -L C:\cygwin\usr\local/lib/cscc/lib -L /usr/loc
al/lib/cscc/lib -- test.objtmp
Segmentation fault (core dumped)
 
any ideas?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]