tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Something terribly wrong with TCC 0.9.18


From: Pedro A ARANDA
Subject: [Tinycc-devel] Something terribly wrong with TCC 0.9.18
Date: Tue, 15 Apr 2003 05:52:40 +0000

Hi,

I can't even make the Hello world script work:

#!/usr/local/bin/tcc
#include <stdio.h>
int main(int argc,char **argv)
{
 printf("Hi!\n");
}

When I invoke it, nothing happens!!

System: Mandrake Linux 9.0 w/ gcc 3.2
I compiled as root with the following commands
./configure
make
make install

Rgds,
Pedro A.
address@hidden




_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail





reply via email to

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