C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-24-2003, 12:57 PM   #1
Registered User
 
newbie_grg's Avatar
 
Join Date: Jul 2002
Posts: 77
Angry ooof!

hi ,
i dont know where this message ought to be but here it is->
hello.exe(c++ executable) doesnt run in linux. It just shows a wheel sign. I used to do alot of IDE and very new to linux so spare me.when i put the command "hello" at the shell it doesnt work. My books got only little pieces of breads.So help :-(
newbie_grg is offline   Reply With Quote
Old 01-24-2003, 02:35 PM   #2
Registered User
 
Join Date: Nov 2002
Posts: 491
Your question is full of sentence fragments. You should try making more sense when you ask a question.

What is the error message?
If you are in linux why is your extension .exe?
What are you compiling this with?

Without more information, people will have a hard time answering your questions.
orbitz is offline   Reply With Quote
Old 01-24-2003, 06:37 PM   #3
Registered User
 
Join Date: Apr 2002
Posts: 110
First of all, Linux does not use the .exe extension for an executable file.

If you want to get that program to work under Linux then you should recompile it from the source code.
Please note that this may not actualy work and you may have to rewrite the source code a little.

When using the linux shell ( bash, csh or some other shell ), you have to remember that it often works from absolute paths, and failing that from the most common path.

In windows / dos it worked from the relative path then searched for the file.

If you are in the same directory as the program you want to run then you should type ./(thats a dot then a slash )filename such as ./hello

Hope this helps.
__________________
WebmasterMattD
WebmasterMattD.NET
WebmasterMattD is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22