Trying to add in compiler options so I can install stuff.

Booting, installing, newbie
Post Reply
Message
Author
User avatar
flamesage
Posts: 214
Joined: Sat 02 Jul 2005, 00:39

Trying to add in compiler options so I can install stuff.

#1 Post by flamesage »

BusyBox v0.60.5 (2004.09.18-02:04+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

# cd /usr/src
cd: can't cd to /usr/src
# tar -jxf linux-2.6.11.11.tar.bz2
tar (child): linux-2.6.11.11.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
#

I got that instructions from...
http://www.goosee.com/puppy/development ... kernel.htm

Is this what I have to do to get "make" on my shell?

Guest

#2 Post by Guest »

Ummmmmmm


Those instructions are for compiling a kernel for puppy on another distro...


Puppy does not come with the tools to compile programs..

Go back and read the page over and over as it appears you've missed the whole thing.....

make is only a utility that runs all the compiling commands, make alone will not allow you to generate a program

Post Reply