Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing packages in linux(URGENT)

Status
Not open for further replies.

venugopalreddy

Technical User
Oct 24, 2001
1
MY
Hi I'm Venu,

I'm trying to install some packages in linux but when ever i use tar.gz file it shows a error saying


configure error : no acceptable cc not found in $PATH

Can someone help in this matter........

Thankyou
venu
reachvgr@hotmail.com
 
Hi,

This means there is no C compiler found on the system. You would need to install the gcc compiler collection and other development tools if they are not on your system. Its difficult to be more precise without knowing what distrubtion / version of linux you are using. The gcc home page is at --> and an example download mirror for the latest gcc is --> ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/pub/gnu/gcc/gcc-3.0.2/ . If you have a rpm-based distro (redhat, mandrake, suse, caldera, etc) its probably best to use the rpms compiled for that distro.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top