[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: the weird problem



(For some reason it takes forever for my responses to make it to the actual
list.
so I am emailing you directly.)

You can not create test program name. 
It is a shell command.
Try calling it mytest or whatever (OK call it whatever). 
try this gcc -o whatever test.c
make sure you have correct permissions set.
Such as x for you this means it is executable.



On Wednesday, October 30, 2002 8:57 AM, nobody somebody
[SMTP:thenightmare555 yahoo com] wrote:
> Look folks...
> 
> I have one Intel Pentium IV processor with 128mb of ram ...
> 
> I've installed redhat  8.0  and I have one weird problem....
> 
> I created a file called test.c  --->
> 
> #include <stdio.h>
> 
> void main()
> 
> {
> 
> printf("test");
> 
> }
> 
> [root localhost]#gcc  -o test test.c
> 
> [root localhost]# /test
> 
> [root localhost]#
> 
>  
> 
> so I can compile it succesfuly ....
> 
> but I can't run ne binary file
> 
> c00L_3oy 
> 
> ps. I hope you can help me
> 
>  
> 
> 
> 
>   _____  
> 
> Do you Yahoo!?
> HotJobs <http://rd.yahoo.com/careers/mailsig/*http://www.hotjobs.com> -
Search
> new jobs daily now





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]