"Dean C. Sullinger" wrote: > When I executed the application, it ran > yet I did not get the "This is a test" > message to show up on my screen. I have > read the doc's on gcc. Am I missing > something? I even tried using cpp and > I get the same results.
I'm willing to bet you ran it as prompt> test Try running it as prompt> ./test teest is a shell built-in under bash, so the shell never even looks for an executable with that name. Renaming test would also work. Stephen --- "Normality is a statistical illusion." -- me -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .