Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-24-2004, 01:52 AM
|
#1
|
LQ Newbie
Registered: Sep 2004
Posts: 5
Rep:
|
Help a new member
greetings everyone, i've just registered as a new member. I need your help. when i compile C files like this:
cc file.c -o file
it compiles successfully but when i try to execute it:
file
it says: "Command not Found"
i tried to modify the permission of the file but in vain, please help me
|
|
|
09-24-2004, 01:57 AM
|
#2
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
Three advices:
- look at the forum rules, please use a meaningful title
- search the forum, your question is a very common request
- if you're too lazy, the answer is:
./file
|
|
|
09-24-2004, 02:00 AM
|
#3
|
Member
Registered: Sep 2004
Location: Hyderabad.
Posts: 83
Rep:
|
when you give a command it searches for the standard path. when u r trying to execute the file it will search in that path only. so you have to tell that file in the current directory must be executed. u can refer the current directory by ./ (dot followed by slash). so the command to execute the object file is
./file
|
|
|
09-26-2004, 03:06 AM
|
#4
|
LQ Newbie
Registered: Sep 2004
Posts: 5
Original Poster
Rep:
|
i don't know hoe to use "./file"
I'm sorry, but i am having problems understanding your solution, could you be more clear.
|
|
|
09-26-2004, 03:26 AM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
mahen... you need to ***REPLY*** to threads, not start new ones when you're referring to them directly.
threads merged.
./ means your current directory. running that gcc command will output he file to the directory you run it from. this directory would not be on your path (despite you already being there) so you need to say exactly where it is.
not sure how his solution could have been any clearer really...
jlliagre, thanks for being erm.. vigilent... but it's first post, go a little easier next time? cheers/
|
|
|
09-26-2004, 07:35 AM
|
#6
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
Quote:
jlliagre, thanks for being erm.. vigilent... but it's first post, go a little easier next time? cheers/
|
Yep, sorry mahen, I kind of over-reacted ...
|
|
|
All times are GMT -5. The time now is 12:04 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|