installing linux!!

Status
Not open for further replies.
OP
ayush_chh

ayush_chh

Ambassador of Buzz
Joined
Nov 25, 2005
Messages
528
:(

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

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

praka123

left this forum longback
Joined
Sep 7, 2005
Messages
7,473
may be some luck with libexec do try in a terminal:
Code:
/usr/lib/gcc/libexec/gcc  --version
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
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
Joined
Dec 8, 2006
Messages
9,781
check this:
*www.linuxforums.org/forum/redhat-f...d-not-found-not-solved-still-please-help.html
 
OP
ayush_chh

ayush_chh

Ambassador of Buzz
Joined
Nov 25, 2005
Messages
528
both are directories( /usr/lib/gcc and /usr/libexec/gcc ) having this comman folder

i386-redhat-linux

i read somewhere that

Fedora 8 includes GCC 4.1 compiler


says no such file or directory found
 
Last edited:

mehulved

18 Till I Die............
Joined
Jul 15, 2004
Messages
5,770
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
Joined
Mar 18, 2005
Messages
2,484
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
Joined
Nov 8, 2006
Messages
1,739
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. :)
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
probably he missed choosing Development tools manually
 
OP
ayush_chh

ayush_chh

Ambassador of Buzz
Joined
Nov 25, 2005
Messages
528
^^ the problem is i will have to connect that PC to internet again.....and that is a problem for me.:(
 

mediator

Technomancer
Joined
Mar 18, 2005
Messages
2,484
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