Linux-Noob Forums

Full Version: I`v got 2 problems, help me please.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Hello, I`v got 2 problems.

 

Problems number one: "1"

 

So, when i intsall rpm file:

rpm -ivh bcm4400-1.0.2-1.src.rpm

warning: cannot create % sourcedir/usr/src/redhat/SOURCES

 

Problem number two: "2"

 

#make

gcc- DMODULE -D__KERNEL__ - DDBG=0 -Wall -Wstrict -prototype -06

-I/usr/src/linux/include -c -o b44um.o b44um.c

make: gcc:Command not found

make: ***[b44um.o]warning 127

 

What should I do ?? Any help...


first of all are you doing this as root

 

to login properly as root do as follows

 



Code:
su -




 

note the - after su it's important

 

your second problem looks like you dont have a compiler installed

 

to install one read here [/url][url=<___base_url___>/index.php?showtopic=724][/url][url=<___base_url___>/index.php?showtopic=724]https://www.linux-noob.com/forums/index.php?showtopic=724

 

cheers

 

anyweb