LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-29-2005, 08:14 PM   #1
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Rep: Reputation: 15
"make" command... where can I get it....


Hi, I need to install some things that use the "make" command. But when I type: make I get bash: make: command not found. So I downloaded from ftp.gnu.org the make package thing and now I try to do as it tells me to do: use the build.sh.in
When I try and use it it says
Code:
linux:~/make-3.80 # sh build.sh.in
compiling ar.c...
build.sh.in: line 64: @CC@: command not found
linux:~/make-3.80 #
Hmm... so I thought I'd ask the pros.


Regards,
Michael
 
Old 03-29-2005, 10:20 PM   #2
frogman
Member
 
Registered: Sep 2003
Distribution: Mandrake, Slack, Debian and PicoBSD
Posts: 181

Rep: Reputation: 31
It's been a while since I've used suse, but "make" should be available as a package through Yast (the suse package management / installation frontend).
 
Old 03-30-2005, 03:56 PM   #3
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Original Poster
Rep: Reputation: 15
nope it isn't in the community download. Any where else where I can get it?

Regards,
Michael
 
Old 03-30-2005, 04:34 PM   #4
Blinker_Fluid
Member
 
Registered: Jul 2003
Location: Clinging to my guns and religion.
Posts: 683

Rep: Reputation: 63
Should be on the CDs but if you can't find it there try here:
http://rpmfind.net/
 
Old 03-30-2005, 04:51 PM   #5
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Original Poster
Rep: Reputation: 15
you said "CDs", and I only have 1 cd....I got the iso from linuxiso.org and installed suse 9.1 from there, could that be why I am missing all these packages *make* .... if so, how can I get them ?
 
Old 03-31-2005, 10:13 AM   #6
frogman
Member
 
Registered: Sep 2003
Distribution: Mandrake, Slack, Debian and PicoBSD
Posts: 181

Rep: Reputation: 31
inline
Quote:
you said "CDs", and I only have 1 cd....I got the iso from linuxiso.org and installed suse 9.1 from there, could that be why I am missing all these packages *make*
yup, the "evaluation cd" is intentionally limited so you're tempted to buy the professional version.

Quote:
..... if so, how can I get them ?
Packages? Look through here ftp://ftp.suse.com/pub/suse/i386/9.1/suse/ - make is available, choose your architecture and grab the rpm. Then install as root on the command line:

Code:
cd directory_you_downloaded_make_to

rpm -ivh nameofpackage.rpm.
CDs? To get the cds you'd have to buy / borrow a copy of SUSE.

The other alternative is installing over the Internet / LAN - the network install version isn't limited IIRC.

More info: http://www.novell.com/products/linux...nux/index.html

ftp://ftp.suse.com/pub/suse/i386/current/README.FTP

If you can, mirror the ftp site to a local fileserver and install from there.
 
Old 03-31-2005, 10:33 AM   #7
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
You can use FTP sources directly with YaST. No manual download/installation required. This shows you how:
http://www.linuxquestions.org/questi...hreadid=266647
 
Old 04-02-2005, 05:34 AM   #8
runlevel0
Member
 
Registered: Mar 2005
Location: Hilversum/Holland
Distribution: Debian GNU/Linux 5.0 (“Lenny”)
Posts: 290

Rep: Reputation: 31
Re: "make" command... where can I get it....

Quote:
Originally posted by dustynus
Hi, I need to install some things that use the "make" command.
Hi Michael, your doing this the completely wrong way.

SUSE and other Linux distros has an integrated package management system, the same you saw during install.

What you should do to get every bit of development apps installed is:

Fire up YaST, go to "Software install" and either search for the 'make' package or just search for the 'developement' cathegory and check all the packages there (depending of how much bloath you are willing to get).

YaST will care about anything else just keep the DVD at hand if you haven't figured out how to get the stuff from the internet. (If you wan't to know how to do it, please post another thread, it's not difficult, but would be a bit lenghty and OT here).

The fact to remember: For *any* software you would like to install check YaST first, for the most common tools a 99,9% of possibility exists, that it's packaged to use with YaST.

YaST can even work from your browser, don't matter if Konqueror or Firefox. As an example of this try this page, click ont the http://rpmseek.com/download/ftp://ft...hl=com&nid=731' link and wait (It's an RPM search service: http://rpmeseek.com, comes quite handy), you will get a YaST pop-up screen or in Konqueror a YaST interface inside the browser. Just click on 'install', type your root passwd and YaST will care for the rest.

NOTE: The above example is just this, an example, please don't use this until you have learned how to update your OS from the internet. Otherwise you will find yourself with dozens of new packages to install and many of them will be unavailable.
 
Old 04-02-2005, 05:36 AM   #9
runlevel0
Member
 
Registered: Mar 2005
Location: Hilversum/Holland
Distribution: Debian GNU/Linux 5.0 (“Lenny”)
Posts: 290

Rep: Reputation: 31
Re: Re: "make" command... where can I get it....

Hi Michael, your doing this the completely wrong way.

SUSE and other Linux distros has an integrated package management system, the same you saw during install.

What you should do to get every bit of development apps installed is:

Fire up YaST, go to "Software install" and either search for the 'make' package or just search for the 'developement' cathegory and check all the packages there (depending of how much bloath you are willing to get).

YaST will care about anything else just keep the DVD at hand if you haven't figured out how to get the stuff from the internet. (If you wan't to know how to do it, please post another thread, it's not difficult, but would be a bit lenghty and OT here).

The fact to remember: For *any* software you would like to install check YaST first, for the most common tools a 99,9% of possibility exists, that it's packaged to be installed with YaST.

YaST can even work from your browser, don't matter if Konqueror or Firefox. As an example of this try this page, click ont the http://rpmseek.com/download/ftp://ft...hl=com&nid=731' link and wait (It's an RPM search service: http://rpmeseek.com, comes quite handy), you will get a YaST pop-up screen or in Konqueror a YaST interface inside the browser. Just click on 'install', type your root passwd and YaST will care for the rest.

NOTE: The above example is just this, an example, please don't use this until you have learned how to update your OS from the internet. Otherwise you will find yourself with dozens of new packages to install and many of them will be unavailable.

Last edited by runlevel0; 04-02-2005 at 05:58 AM.
 
Old 04-02-2005, 02:22 PM   #10
dustynus
Member
 
Registered: Jan 2005
Location: Canada
Distribution: Suse 9.1
Posts: 83

Original Poster
Rep: Reputation: 15
thanks, I got the package working.
Thanks to everyone who posted here, it helped alot.

Cheers,
Michael
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
So many errors when I typed the "make" and "make install" command Niceman2005 Linux - Software 23 07-22-2009 02:33 PM
error on "make"command; ralink 2500 driver jimbrook Linux - Wireless Networking 2 05-23-2005 10:58 PM
Ndiswrapper install failure - LBA-Linux "make" command fails petteril Linux - Wireless Networking 1 04-23-2005 08:22 AM
How to install "make" command from rpm on cd 2 - red hat linux 7.0 ZARGON Linux - Newbie 2 08-31-2004 10:53 AM
"make" command won't work in Fedora...installing Nvidia Ethernet drv's help Ge|atinousFury Linux - Hardware 24 01-22-2004 04:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration