installing linux!!

Status
Not open for further replies.
OP
ayush_chh

ayush_chh

Ambassador of Buzz
:(

that means i will have to connect that PC to net again.......

any other way??*gigasmilies.googlepages.com/23a.gif
 

Faun

Wahahaha~!
Staff member
Here is the correct instance that should be invoked, the "which" command point to the name, should be inside bin
jit159@jit159-desktop:~$ which gcc
/usr/bin/gcc
jit159@jit159-desktop:~$ whereis gcc
gcc: /usr/bin/gcc /usr/lib/gcc /usr/share/man/man1/gcc.1.gz
 

Faun

Wahahaha~!
Staff member
check this:
*www.linuxforums.org/forum/redhat-f...d-not-found-not-solved-still-please-help.html
 

mehulved

18 Till I Die............
Seems you only have libgcc install and not gcc. gcc should be available in the DVD. Just use it as a repository and install it.
 

mediator

Technomancer
mehul said:
type /usr/lib/gcc
Thats a directory

Gcc is not installed by default
amazing
I usually customize fedora installs. May be gcc isn't dere in the default install kit.....will check next time.


@ayush: Try "yum install gcc" in ur root terminal (with internet ON).

Also append "/bin" to ur PATH variable to make it look like
PATH=$PATH:$HOME/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/bin
 

nileshgr

Wise Old Owl
GCC is there in the DVD. you have choose to install Development Tools Group. You may further customise the packages in Development Tools Group so that it doesn't install unwanted things. :)
 
OP
ayush_chh

ayush_chh

Ambassador of Buzz
^^ the problem is i will have to connect that PC to internet again.....and that is a problem for me.:(
 

mediator

Technomancer
Oh. Then read this.

locate these rpms (ignore version) on ur fedora dvd and install em. It just might work!! :)

* libgomp
* glibc-headers
* glibc-devel
* gcc

cd /path_to_rpms_on_dvd
rpm -i package_name.rpm
 
Status
Not open for further replies.
Top Bottom