On Tue, Nov 05, 2002 at 01:13:41AM -0800, anthony baldwin wrote:
>
> Just to test gcc, I tried to compile this:

On my system, I get:

[seyman@munshine seyman]$ rpm -q redhat-release gcc
redhat-release-7.3-1
gcc-2.96-112
[seyman@munshine seyman]$ cat test.c
#include <stdio.h>

int main(int argc, char *argv[]) {
        printf("By Jove, it works!\n");
        return 0;
}

[seyman@munshine seyman]$ rm test
[seyman@munshine seyman]$ gcc -Wall -o test test.c
[seyman@munshine seyman]$ ./test
By Jove, it works!

Emmanuel



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to