syphr1ogic
07-11-2003, 12:24 PM
I'm trying to install my wireless nic drivers, but when I tried to run "make pccard" it told me "-bash: make: command not found" does anyone know if zipslack has make on it? or what am I doing wrong? Thanks
|
Click to See Complete Forum and Search --> : zipslack and make syphr1ogic 07-11-2003, 12:24 PM I'm trying to install my wireless nic drivers, but when I tried to run "make pccard" it told me "-bash: make: command not found" does anyone know if zipslack has make on it? or what am I doing wrong? Thanks Hayl 07-11-2003, 12:33 PM you should try using google for linux. http://www.google.com/linux?hl=eng&lr=8ie=ISO-8859-1&q=zipslack&btnG=Google+Search the first hit i got for zipslack brought me to this page http://www.antipope.org/charlie/linux/shopper/157.zipslack.html it lists all the packages that zipslack installs. i don't see gcc listed so the answer is no, make isn't on zipslack. rid3r 07-11-2003, 12:37 PM $ which make $ ls /usr/bin | grep make $ which gcc Zipslack I think does not come with GCC. oubipaws 07-11-2003, 12:58 PM COMPILING AND DEVELOPING SOFTWARE Past versions of ZipSlack have also included development tools such as binutils, gcc, make, and perl, but these things are now too large to include by default. Luckily, it's still easy to add them if you have enough space to install them. To add a complete development system you'll need to install the packages from the Slackware D (development) and L (libraries) series using the installpkg package utility. For example, if you've mounted a Slackware CD on /mnt/cdrom: cd /mnt/cdrom/slackware installpkg d/*.tgz l/*.tgz Note that this will add more than 300MB of software, so you'd better have the space for it! If you're looking to add a more modest development environment for C and C++, you'll need at least these packages for good results: d/binutils d/gcc d/gcc-g++ d/kernel-headers d/make l/glibc This will require around 125MB of additional space. Note that the entire ZipSlack system may be extended using Slackware packages, and you may even use installpkg to install all of them on top of a basic ZipSlack system in order to get a fully complete Linux system with X, KDE, and GNOME. http://linux.ittoolbox.com/documents/document.asp?i=2468 <edit> Thats for using the cd, you can do the same except you have to download them to your windows hard drive</edit> justlinux.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved. |