LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I launch a program? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-launch-a-program-383163/)

dave_moss 11-14-2005 05:46 PM

How can I launch a program?
 
I've downloaded a *.tar.gz
i've done
tar xzvf name.tar.gz
make

how can i launch the program

i've used the & command but didn't worked

Thank you!

titopoquito 11-14-2005 06:07 PM

Welcome to LQ.org!

A good post from jeremy on compiling apps from source: http://www.linuxquestions.org/questi...ticle&artid=15

Usually there are two more steps to compile a program. The compiled program is called most times like the one you downloaded. Not always, though. If the link doesn't help you post again and tell us, what program you tried to compile.

dave_moss 11-15-2005 07:14 AM

I solved it!
the answer is
./nameoftheprogram

But now it says
Segmantation fault
:(

wimnat 11-15-2005 07:43 AM

What's the program? Any problems during compiling? What's the exact error message? Anything in your log files (/var/log/)?


All times are GMT -5. The time now is 07:47 PM.