gcc not working!

Hello,

The gcc/g++ downloaded from the package manager is not working for me. The
program “hello.c”
#include <stdio.h>
main () {printf (“Hello World\n”);}"
does not compile! The compiler is complaining about a include file
x86/platform.h being not available. I tried the g++ with the same results.
Please help.

Thank you,
-Chandra.

Install the Neutrino development package, you’re missing some headers/libs.

Chandra <chandra159@yahoo.com> wrote:

Hello,

The gcc/g++ downloaded from the package manager is not working for me. The
program “hello.c”
#include <stdio.h
main () {printf (“Hello World\n”);}"
does not compile! The compiler is complaining about a include file
x86/platform.h being not available. I tried the g++ with the same results.
Please help.

Thank you,
-Chandra.


cburgess@qnx.com