On 17-Oct-97 Dean C. Sullinger wrote:
>>> I have written a basic C program just to try
>>> out gcc, the source code is...
>>>
>>> When I executed the application, it ran
>>> yet I did not get the "This is a test"
>>
>>You probably got the wrong "test" program. There's one built into bash
>>and t
>> I have written a basic C program just to try
>> out gcc, the source code is...
>>
>> When I executed the application, it ran
>> yet I did not get the "This is a test"
>
>You probably got the wrong "test" program. There's one built into bash
>and there's also an (equivalent) one in in /usr/bin/
On Thu, 16 Oct 1997, Dean C. Sullinger wrote:
> In the first place, thank you everyone for all
> the help. Sorry if I ask so many questions.
>
> I have written a basic C program just to try
> out gcc, the source code is:
>
> #include
>
> main()
> {
> printf("This is a test\n");
> }
>
>
"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
4 matches
Mail list logo