RE: [techtalk] Compiling C program

2000-07-21 Thread Samantha Jo Moore
Muralidhara N wrote: > I am user of linux since from 15 months but i am new to > administaration. I installed 6.2 version of RedHat Linux in my > system along with X-window. It is working pretty good. > > My problem is that if compile a c program. It compile the > program but it is n

RE: [techtalk] Compiling C program

2000-07-21 Thread Fan, Laurel
Muralidhara N, [EMAIL PROTECTED], said: > My problem is that if compile a c program. It compile the > program but it is not executable, that results in a.out not > found at /bin/bash. Have you tried (in the directory that the executable called a.out is located) typing: ./a.out The ./ at

[techtalk] Compiling C program

2000-07-21 Thread Muralidhara N
Respected techtalk users, I am user of linux since from 15 months but i am new to administaration. I installed 6.2 version of RedHat Linux in my system along with X-window. It is working pretty good. My problem is that if compile a c program. It compile the program but it is not exe