dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]Compiling C programs using cscc


From: Marcus
Subject: [DotGNU]Compiling C programs using cscc
Date: Mon, 20 Oct 2003 21:57:25 -0500
User-agent: KMail/1.5.9

I tried to compile a short C program using cscc, and I cannot figure out how 
ot make it work. The program is

typedef __csharp__(System.Console) Console;

int main(int argc, char *argv[])
{
    (void)Console::WriteLine("Hello World");
    return 0;
}

And the compile instruction I issued: cscc -x c hello.c
which gives an error

libc64: library not found


reply via email to

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