Results 1 to 10 of 14
In SUSE Linux 9.1, I am unable to use the make, make install , make lib, make junk or any make commands also i cannot use configure or any such ...
- 12-22-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
I cannot use make command
In SUSE Linux 9.1, I am unable to use the make, make install , make lib, make junk or any make commands also i cannot use configure or any such commands too
it always shows command not found
pls tell me the correct way to use make command and also
i was logged in as root when trying to use make
Thanks for helping
- 12-22-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
SuSE does not install any dev tools by default. you will have to install them yourself from ftp or the CD's. i would open up YaST and check the development box in the software section and install it all (if you have the hdd space)
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 12-22-2004 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
Yes
I was trying to install my hsp56 modem drivers
i extracted my tar archive to the base root system
and proceeded as per instructions given below
But when using the make command (step4), it gives me command not found error3. Review and edit 'Makefile' (if need):
In many cases you will need to correct path to your local kernel
source tree:
KERNEL_DIR=/path/to/linux
Default KERNEL_DIR is '/lib/modules/<kerne-version>/build'. Many Linux
Distributions use directory '/usr/src/linux-<version>' also.
Note: If you are using Linux kernel 2.4, only header files should be
available for build in $(KERNEL_DIR)/include
Another way to pass right value KERNEL_DIR is to use command line
parameter while running 'make':
$ make KERNEL_DIR=/path/to/linux ...
4. Run 'make' command to compile package:
$ make
5. Install. As 'root' user run:
# make install
- 12-22-2004 #4Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
kindly help
Someone kindly reply and help me
should i install some additional packages to use the make command?
- 12-22-2004 #5Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
As mentioned earlier, you should install the make package(s). Actually, you should install all the development packages to make it easy, else you'll probably be installing a bunch of individual packages to make everything work. They should all be found on the cd. Using Yast is the easiest way to do it.
- 12-22-2004 #6Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
Sorry
When using YAST, the only thing i can find is the small packages (individual)
and i cant find the make or development packages
i am using the single cd SUSE 9.1 version
pls help me to locate it
thank you
- 12-22-2004 #7
Go into YaST and go to Change Source of Instalation;
A new window will apear, press the Add button, and choose FTP.
Putin the server name box, and putCode:ftp://ftp.suse.com/
into the Directory on Server box.Code:/pub/suse/i386/current
Then click OK, and then finnish.
Then in YaST go to add/remove software and in 'Filter' select 'Selections' here there is a list of groups of software, one being Develepment Packages;
hope this helps;
seasons greetings;
dylunio
- 12-22-2004 #8Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
Help
But the basic thing is that i need those packages to install my modem
without my modem how can i access the ftp site?
please reply
- 12-22-2004 #9
Ok looking again at your origanaan post, did you try ./configure befor you tried 'make', since it would give an error if the devel packages weren't installed;
dylunio
- 12-22-2004 #10Just Joined!
- Join Date
- Dec 2004
- Posts
- 9
help
./configure too gives me a command not found error
pls help
thanks for helping


Reply With Quote
