Suse 11 - How to run 'make'

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Suse 11 - How to run 'make'
# 1  
Old 09-29-2010
Suse 11 - How to run 'make'

I just installed gcc using Yast. When I run 'make', the command is not found. What should I do?

#which gcc
/usr/bin/gcc
# 2  
Old 09-29-2010
"make" is a different tool. Use yast to install it.
This User Gave Thanks to verdepollo For This Post:
# 3  
Old 09-29-2010
it works! Thanks a lot!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Make script that run with argument if not run from configuration file argument

Hello, Is there any method thorugh which script can take argument if pass otherwise if argument doesn't pass then it takes the argument from the configuration file i.e I am workiing on a script which will run through crontab and the script will chekout the code ,zip and copy to the... (3 Replies)
Discussion started by: rohit22hamirpur
3 Replies

2. SuSE

SUSE 11.4 sar monitoring not run by default.

Hi, I had installed sysstat package below on a SUSE 11.4 box. I can see the sysstat cron file listed under the directory /etc/sysstat. However, it looks like the sysstat sar monitor is never run at all and the daily sar files are not created under the directory /var/log/sa. The cron daemon is also... (1 Reply)
Discussion started by: devtakh
1 Replies

3. Shell Programming and Scripting

how we can make shell script not to run

Hi,shell script is scheduled from maestro and we want mastero should not run shell script so can we edit the shell script so that it should run.ThanksPrakash (5 Replies)
Discussion started by: prakashdba2010
5 Replies

4. Shell Programming and Scripting

How to make this run in multiple threads

Hi, I have a list of URLs in a csv file which I'm checking for page status. It just prints the URL and the status as output. This works perfectly fine. I'm looking to run this in multiple threads to make this process faster. I'm pretty new to Perl and I managed to complete this. It would be... (9 Replies)
Discussion started by: kzenthil
9 Replies

5. UNIX for Dummies Questions & Answers

Help with make, how to run it...!

I have windows xp sp3, and i have a make file called Makefile, (no extension), and i don't know how to run it. Also it has the commands (underline means it has something there) COMPILE_JAVA = javac -source 1.4 RUN_JAVA = java -enableassertions test: _______________ ... (1 Reply)
Discussion started by: omega666
1 Replies

6. Shell Programming and Scripting

How to run my make file in Kornshell

Hello Forum Memebers, I have file with exension of .shsrc ie(startA.shsrc) .while iam trying to make ,its getting Ksh not found. file:startA.shsrc error:KSH not found the content about shell declaration in the korn shell is below. ... (3 Replies)
Discussion started by: rajkumar_g
3 Replies

7. SuSE

Unable to Run a script at startup in suse

Hi I have a script myscript.sh that needs to be run whenever the server boots. The script is actually logging Syslog-ng messages to sql server. I need to lauch it at startup I have copied the script in etc/init.d i have also added the link ln -s /etc/init.d/syslog-ng-mssql-pipe.sh... (5 Replies)
Discussion started by: SystemEng
5 Replies

8. Programming

how to make application run fast

I do some try on one application to know how to fasten a application root@localhost:/tmpfs> ./pbzip2 -p2 -f -k libc5.cvs.tar Average Time:22.578 Min Time:22.542 Max Time:22.594 First: I need to say my setting: using tmpfs: mount -t tmpfs -o size=200m,nr_inodes=10k,mode=777 tmpfs /tmpfs ... (2 Replies)
Discussion started by: yanglei_fage
2 Replies

9. Shell Programming and Scripting

run and make an executable file

as i said before i'm a beginner in shell programming and i have two questions: how to run an executable file in shell scripts like for example let's say the file called "prog.exe", what's the shell command to run this file? also how can i make the shell file an executable file (if it is... (5 Replies)
Discussion started by: _-_shadow_-_
5 Replies

10. UNIX for Dummies Questions & Answers

how do i make this run 3com

i got a 3com hub tr modle i can't talk to it how do i do this to set ip up so i can talk to it the address that was on it is 170.104.81.54 can any body help me or tell what this hub is used for and i all so have over 1000 madge nic cards 100/16/4 if any body need them will sell and got a... (2 Replies)
Discussion started by: amicrawler2000
2 Replies
Login or Register to Ask a Question