I`v got 2 problems, help me please. - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: I`v got 2 problems, help me please. (/thread-3060.html) |
I`v got 2 problems, help me please. - Noid - 2004-11-14 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... I`v got 2 problems, help me please. - anyweb - 2004-11-14 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 |