gcc error

hi,

after writing the C file using vi editor (shell) and saving changes,

when i input the following command in the shell-

gcc myworld.c -o myworld

it gives me an error-

gcc not found in \bin\sh

why is it iving methis error?

i tried giving the command again as-

g++ myworld.c -o myworld

kindly suggest me how to solve out this problem?

thanks

What version of the OS are you trying?

Does it work if you try:
qcc myworld.c -o myworld
?

Rickā€¦