Results 1 to 4 of 4
I'm a total noob, like know absolutely nothing about Linux. I use VectorLinux without internet and am trying to install some Source packages.
I read on the new users FAQ ...
- 02-02-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 11
"make" command.
I'm a total noob, like know absolutely nothing about Linux. I use VectorLinux without internet and am trying to install some Source packages.
I read on the new users FAQ how to install a package but I go to terminal, switch directory and it never works... it says make is an unknown command.
I don't understand, no one has problems with this because everyone already knows what to do. Can someone please help?
- 02-02-2007 #2
Alrighty.
First off, do you have the 'gcc' command available? Try running the command 'gcc --version' from a terminal, and see if you get an error message or actual version information.
Assuming you have gcc, you can download GNU make at:
http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.gz
Once you have it downloaded, use the 'cd' command to move to the directory, and run the commands:
Now look for a file called README or INSTALL, and use the 'less' command to read it. This will have information on installing make.Code:tar xvfz make-3.81.tar.gz cd make-3.81
If you don't have GCC installed, you will need to obtain it first. Unfortunately, I'm not sure how to go about this: Vector should provide a way to install it, but without Internet access, you'll need to download the package and configure the distro to install offline. I don't know how to do this under Vector, but perhaps someone else will.DISTRO=Arch
Registered Linux User #388732
- 02-02-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 11
Phew, thanks for the help. I'll be fine cause I'll burn it onto my current utility CD (building up on the hour cause of my stupidity
)
I'll try this tomorrow, thanks.
- 03-10-2007 #4Just Joined!
- Join Date
- Mar 2007
- Posts
- 27
./configure command not found
suse 10.2 on single pc ..i need to install sis drivers for built in nic on board ..i found the sis drivers and downloaded.... but now cannot find configure command on the system anywhere ..bash: configure command not found ..man configure no page for configure..tried the link to http://ftp.gnu.org/gnu/ but the config/ is missing ..is anyone got a pointer to a new link where i can d/l the command ./configure ?
many thanks .....


Reply With Quote